diff options
Diffstat (limited to 'system/ksh/ksh.SlackBuild')
-rw-r--r-- | system/ksh/ksh.SlackBuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/system/ksh/ksh.SlackBuild b/system/ksh/ksh.SlackBuild index f8fe180bf4..d7bf7b1ba0 100644 --- a/system/ksh/ksh.SlackBuild +++ b/system/ksh/ksh.SlackBuild @@ -28,16 +28,14 @@ # Build script for the Linux port of OpenBSD's ksh PRGNAM=ksh -VERSION=openbsd47 -BUILD=${BUILD:-2} +VERSION=openbsd48 +BUILD=${BUILD:-1} 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 @@ -87,8 +85,9 @@ strip --strip-unneeded $PKG/bin/pdksh gzip -9 $PKG/usr/man/man1/pdksh.1 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a INSTALL LEGAL NOTES PROJECTS README \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + INSTALL LEGAL NOTES PROJECTS README \ + $PKG/usr/doc/$PRGNAM-$VERSION mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |