configShlibs.src: Fixup some bugs introduced by previous commits
This commit is contained in:
parent
d002967908
commit
58af8b5c5e
|
|
@ -56,7 +56,7 @@ XCOMM
|
|||
|
||||
cd CDE_INSTALLATION_TOP/lib || exit
|
||||
|
||||
for lib in $(/bin/ls) ./*.so.*
|
||||
for lib in $(/bin/ls lib*.so.*)
|
||||
do
|
||||
link=$(echo "$lib" | cut -d. -f1,2)
|
||||
|
||||
|
|
@ -76,7 +76,7 @@ XCOMM #########################################################################
|
|||
retval=0
|
||||
CDE_TOP=CDE_INSTALLATION_TOP
|
||||
|
||||
HandleOption "$*"
|
||||
HandleOption $*
|
||||
|
||||
if [ "$OPERATION" = "deconfigure" ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Reference in New Issue