summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/xforge/README8
-rw-r--r--audio/xforge/xforge.SlackBuild7
2 files changed, 6 insertions, 9 deletions
diff --git a/audio/xforge/README b/audio/xforge/README
index b9d0d1b52c..165d29b95c 100644
--- a/audio/xforge/README
+++ b/audio/xforge/README
@@ -1,4 +1,4 @@
-Xforge is a graphical wave editor for UNIX systems with X11 and
-Motif. The name is derived from popular PC/Windows wave editor Sound
-Forge, and the goal of Xforge project is to provide similar wave
-editing facilities to UNIX world, but as free software.
+Xforge is a graphical wave editor for UNIX systems with X11 and Motif.
+The name is derived from popular PC/Windows wave editor Sound Forge, and
+the goal of Xforge project is to provide similar wave editing facilities
+to UNIX world, but as free software.
diff --git a/audio/xforge/xforge.SlackBuild b/audio/xforge/xforge.SlackBuild
index 2e6e05ef13..57ba26e03c 100644
--- a/audio/xforge/xforge.SlackBuild
+++ b/audio/xforge/xforge.SlackBuild
@@ -68,7 +68,7 @@ fi
set -e
rm -rf $PKG
-mkdir -p $TMP $PKG/usr/bin $OUTPUT
+mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
@@ -82,10 +82,7 @@ find -L . \
xmkmf -a
make CFLAGS="$SLKCFLAGS"
-install -m 755 xforge $PKG/usr/bin
-
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+install -D -s -m 0755 xforge $PKG/usr/bin/$PRGNAM
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \