1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

configShlibs.src: Fixup some bugs introduced by previous commits

This commit is contained in:
Jon Trulson 2018-08-26 16:29:02 -06:00
parent d002967908
commit 58af8b5c5e

View file

@ -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