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