diff options
Diffstat (limited to 'system/yakuake/yakuake.SlackBuild')
-rw-r--r-- | system/yakuake/yakuake.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/system/yakuake/yakuake.SlackBuild b/system/yakuake/yakuake.SlackBuild index c0ea98539e..38944c5d04 100644 --- a/system/yakuake/yakuake.SlackBuild +++ b/system/yakuake/yakuake.SlackBuild @@ -7,15 +7,13 @@ PRGNAM=yakuake VERSION=2.9.6 -BUILD=${BUILD:-1} +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 @@ -63,8 +61,6 @@ make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -# No man pages with yakuake - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS COPYING* KDE4FAQ NEWS README TODO \ $PKG/usr/doc/$PRGNAM-$VERSION |