From fcd242800c0b96756bb43692deefa91501b1c112 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 5 Mar 2012 11:38:39 +0000 Subject: Small fixes --- u-boot-tools/build/u-boot-tools.SlackBuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'u-boot-tools') diff --git a/u-boot-tools/build/u-boot-tools.SlackBuild b/u-boot-tools/build/u-boot-tools.SlackBuild index 989f62fb..269750e8 100755 --- a/u-boot-tools/build/u-boot-tools.SlackBuild +++ b/u-boot-tools/build/u-boot-tools.SlackBuild @@ -120,7 +120,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION cp -a \ - COPYING* CREDITS MAINTAINERS README doc/README.imximage doc/README.kwbimage doc/uImage.FIT doc*.txt \ + COPYING* CREDITS MAINTAINERS README doc/README.imximage doc/README.kwbimage doc/uImage.FIT doc/*.txt \ $PKG/usr/doc/$PKGNAM-$VERSION # Compress and fix manpage symlinks: @@ -139,8 +139,11 @@ if [ -d $PKG/usr/man ]; then fi mkdir -p $PKG/install -zcat $CWD/doinst.sh.gz > $PKG/install/doinst.sh cat $CWD/slack-desc > $PKG/install/slack-desc +case "$ARCH" in + arm*) zcat $CWD/doinst.sh.gz > $PKG/install/doinst.sh ;; + *) ;; +esac cd $PKG /sbin/makepkg -l y -c n $TMP/$PKGNAM-$VERSION-$ARCH-$BUILD.txz -- cgit v1.2.3-65-gdbad