(pbuilder-dist: improved architecture detection, thanks to geser.)

This commit is contained in:
Siegfried-Angel Gevatter Pujals (RainCT) 2007-08-08 22:21:17 +02:00
parent d74688f04c
commit e5e47f3117

View File

@ -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()
{