diff options
Diffstat (limited to 'source/ap/joe')
-rwxr-xr-x | source/ap/joe/joe.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/ap/joe/joe.SlackBuild b/source/ap/joe/joe.SlackBuild index f681cd310..b3a125525 100755 --- a/source/ap/joe/joe.SlackBuild +++ b/source/ap/joe/joe.SlackBuild @@ -27,7 +27,7 @@ BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) export ARCH=i486 ;; + i?86) export ARCH=i586 ;; arm*) export ARCH=arm ;; # Unless $ARCH is already set, use uname -m for all other archs: *) export ARCH=$( uname -m ) ;; @@ -79,7 +79,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" \ mkdir -p $PKG/usr/doc/joe-$VERSION cp -a \ - COPYING* HACKING HINTS LIST NEWS README* TODO docs/help-system.html \ + COPYING* HACKING HINTS LIST NEWS* README* TODO docs/help-system.html \ $PKG/usr/doc/joe-$VERSION # If there's a ChangeLog, installing at least part of the recent history |