diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-14 14:03:49 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-14 14:03:49 +0000 |
commit | 817166012a43f1274f800addabbbf288aeb8e3b7 (patch) | |
tree | 3dcee66ea23ffaa83f1385465a96edfa3eddb40b /trunk/lib | |
parent | c539c1644768ff8018a4e11657669ddadd8ad732 (diff) | |
download | simplepkg-817166012a43f1274f800addabbbf288aeb8e3b7.tar.gz simplepkg-817166012a43f1274f800addabbbf288aeb8e3b7.tar.bz2 |
see CHANGELOG
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@653 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/lib')
-rw-r--r-- | trunk/lib/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index 89e4e25..7f299f0 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -338,7 +338,7 @@ function default_arch { if [ -f "$1/etc/slackware-version" ]; then arch="`cat $1/etc/slackware-version | awk '{ print $3 }' | sed -e 's/(//' -e 's/)//'`" if [ -z "$arch" ]; then - arch="i386" + arch="i486" fi elif [ -f "$1/etc/slamd64-version" ] || [ -f "$1/etc/bluewhite64-version" ] || [ -f "$1/etc/sflack-version" ]; then arch="x86_64" |