mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
- Use dpkg --print-architecture instead of now-deprecated
--print-installation-architecture
This commit is contained in:
parent
d51a2cabd4
commit
5d29448ae3
2
CONF.sh
2
CONF.sh
@ -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
2
debian/CONF.sh
vendored
@ -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
2
debian/changelog
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user