summaryrefslogtreecommitdiffstats
path: root/xvidcore
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-01-30 16:13:51 +0000
committer Eric Hameleers <alien@slackware.com>2010-01-30 16:13:51 +0000
commitce15101c457c6802db49b8a83102a6c821c6ee7b (patch)
tree3a5a2c999d9964406ae231a290ecdca8b0789868 /xvidcore
parentd46611c14e9efa6b941c062469b912b8a2346f4a (diff)
downloadasb-ce15101c457c6802db49b8a83102a6c821c6ee7b.tar.gz
asb-ce15101c457c6802db49b8a83102a6c821c6ee7b.tar.xz
Full strip of the .a file is not good for avidemux...
Diffstat (limited to 'xvidcore')
-rwxr-xr-xxvidcore/build/xvidcore.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/xvidcore/build/xvidcore.SlackBuild b/xvidcore/build/xvidcore.SlackBuild
index 97b453de..a3cc2cf8 100755
--- a/xvidcore/build/xvidcore.SlackBuild
+++ b/xvidcore/build/xvidcore.SlackBuild
@@ -35,7 +35,7 @@
# 1.2.2-1: 26/sep/2009 by Eric Hameleers <alien@slackware.com>
# * Update.
# 1.2.2-2: 26/sep/2009 by Eric Hameleers <alien@slackware.com>
-# * Rebuild to fix linking with avidemux on x86_64.
+# * Rebuild.
#
# Run 'sh xvidcore.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -189,7 +189,7 @@ fi
find $PKG | xargs file | grep -e "executable" -e "shared object" \
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG | xargs file | grep -e "current ar archive" \
- | cut -f 1 -d : | xargs strip 2> /dev/null || true
+ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# Add a package description:
mkdir -p $PKG/install