summaryrefslogtreecommitdiffstats
path: root/openmotif
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-07-31 19:20:11 +0000
committer Eric Hameleers <alien@slackware.com>2009-07-31 19:20:11 +0000
commit5f73e0ba5a1f8d84fa982c2ee2e81bcbb17dfab8 (patch)
tree10194bab643b5dbe522876166b9be6773ec8b76f /openmotif
parentc40880b59edf5e60043640672d357ed27c902cd6 (diff)
downloadasb-5f73e0ba5a1f8d84fa982c2ee2e81bcbb17dfab8.tar.gz
asb-5f73e0ba5a1f8d84fa982c2ee2e81bcbb17dfab8.tar.xz
This should fix the symlinks
Diffstat (limited to 'openmotif')
-rwxr-xr-xopenmotif/build/openmotif.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/openmotif/build/openmotif.SlackBuild b/openmotif/build/openmotif.SlackBuild
index 06bce241..9ff25311 100755
--- a/openmotif/build/openmotif.SlackBuild
+++ b/openmotif/build/openmotif.SlackBuild
@@ -163,8 +163,8 @@ mv $PKG/usr/man/man3/Shell.3 $PKG/usr/man/man3/omShell.3
mkdir -p $PKG/etc/X11/mwm
mv $PKG/usr/lib${LIBDIRSUFFIX}/X11/* $PKG/etc/X11/mwm
( cd $PKG/usr/lib${LIBDIRSUFFIX}/X11
- for item in $(ls --indicator-style none); do
- ln -sf ../../../etc/X11/mwm/$item
+ for item in $(ls --indicator-style none $PKG/etc/X11/mwm); do
+ ln -sf ../../../etc/X11/mwm/$(basename $item)
done
)