multimedia/k9copy-reloaded: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-11 18:12:57 -04:00 committed by Willy Sudiarto Raharjo
parent 0a307f9794
commit 7ffe80b614
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 3 deletions

View file

@ -15,8 +15,8 @@ NOTE 3: K9copy-reloaded is unable to open .iso files on 32-bit systems.
This is an issue with libdvdread and not with k9copy-reloaded.
They open just fine on 64-bit systems.
NOTE 4: If you wish to build this on current (15.0 EXPERIMENTAL),
you will need to build and install the gcc5 package from ponce's -current
NOTE 4: If you wish to build this on current (15.0 EXPERIMENTAL), you
will need to build and install the gcc5 package from ponce's -current
SBo repo, then pass CURRENT=yes to the script.
NOTE 5: This program is only intended for personal backups, and is NOT

View file

@ -37,7 +37,6 @@ if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi