summaryrefslogtreecommitdiffstats
path: root/u-boot-tools
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-03-05 11:38:39 +0000
committer Eric Hameleers <alien@slackware.com>2012-03-05 11:38:39 +0000
commitfcd242800c0b96756bb43692deefa91501b1c112 (patch)
treeab1a8124eaeff3541164450a28b763ea5b39a2d7 /u-boot-tools
parentbe724ddfcb77728f17df1823209eda3a9ba536cd (diff)
downloadasb-fcd242800c0b96756bb43692deefa91501b1c112.tar.gz
asb-fcd242800c0b96756bb43692deefa91501b1c112.tar.xz
Small fixes
Diffstat (limited to 'u-boot-tools')
-rwxr-xr-xu-boot-tools/build/u-boot-tools.SlackBuild7
1 files changed, 5 insertions, 2 deletions
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