mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
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:
parent
0a307f9794
commit
7ffe80b614
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue