diff options
Diffstat (limited to 'multimedia/videocut/videocut.SlackBuild')
-rw-r--r-- | multimedia/videocut/videocut.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/videocut/videocut.SlackBuild b/multimedia/videocut/videocut.SlackBuild index 6bad5c10d0..5a95b9db7c 100644 --- a/multimedia/videocut/videocut.SlackBuild +++ b/multimedia/videocut/videocut.SlackBuild @@ -9,12 +9,10 @@ VERSION=${VERSION:-0.2.0} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -38,7 +36,7 @@ else LIBDIRSUFFIX="" fi -set -e +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -66,7 +64,7 @@ make install INSTALL_ROOT=$PKG # Install the missing binary! mkdir -p $PKG/usr/bin -cp -a build/result/videocut $PKG/usr/bin +cp -a build/result/videocut $PKG/usr/bin strip --strip-unneeded $PKG/usr/bin/videocut # We don't need this directory or its contents |