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:
parent
d002967908
commit
58af8b5c5e
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue