mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
(pbuilder-dist: improved architecture detection, thanks to geser.)
This commit is contained in:
parent
d74688f04c
commit
e5e47f3117
@ -24,7 +24,7 @@ BASE_DIR="$HOME/pbuilder"
|
||||
EXTRACOMP=1
|
||||
|
||||
|
||||
ARCH=`dpkg-architecture | grep "DEB_HOST_ARCH=" | cut -f2 -d '='`
|
||||
ARCH=`dpkg-architecture -qDEB_HOST_ARCH`
|
||||
|
||||
help()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user