- Use dpkg --print-architecture instead of now-deprecated

--print-installation-architecture
This commit is contained in:
Joey Hess 2005-06-12 22:57:24 +00:00
parent d51a2cabd4
commit 5d29448ae3
3 changed files with 4 additions and 2 deletions

View File

@ -76,7 +76,7 @@ export OFFICIAL="Unofficial"
#export OFFICIAL="Official Beta"
# ... for arch
export ARCH=`dpkg --print-installation-architecture`
export ARCH=`dpkg --print-architecture`
# IMPORTANT : The 4 following paths must be on the same partition/device.
# If they aren't then you must set COPYLINK below to 1. This

2
debian/CONF.sh vendored
View File

@ -74,7 +74,7 @@ export OFFICIAL="Unofficial"
#export OFFICIAL="Official Beta"
# ... for arch
export ARCH=`dpkg --print-installation-architecture`
export ARCH=`dpkg --print-architecture`
# IMPORTANT : The 4 following paths must be on the same partition/device.
# If they aren't then you must set COPYLINK below to 1. This

2
debian/changelog vendored
View File

@ -18,6 +18,8 @@ debian-cd (2.2.23) unstable; UNRELEASED
so far.
* Joey Hess
- Synced up all sarge changes to etch.
- Use dpkg --print-architecture instead of now-deprecated
--print-installation-architecture
debian-cd (2.2.22) unstable; urgency=critical