diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-04-21 14:54:04 +0200 |
---|---|---|
committer | X2go Administrator <x2go-admin@ymir.das-netzwerkteam.de> | 2011-04-21 14:54:04 +0200 |
commit | 07491ab854acf986f58e68d916137acbfb83b329 (patch) | |
tree | d7ca9b281a83469fce20b8f3d82e01505769fe53 /bin | |
parent | 144e6e5922bcffbf5706c972ac12b3ef1b625a3c (diff) | |
download | buildscripts-07491ab854acf986f58e68d916137acbfb83b329.tar.gz buildscripts-07491ab854acf986f58e68d916137acbfb83b329.tar.bz2 buildscripts-07491ab854acf986f58e68d916137acbfb83b329.zip |
making sure the $ARCHITECTURE var gets set
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pdebuild-user-mode-linux | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/pdebuild-user-mode-linux b/bin/pdebuild-user-mode-linux index 42b118b..6e8f468 100755 --- a/bin/pdebuild-user-mode-linux +++ b/bin/pdebuild-user-mode-linux @@ -34,7 +34,6 @@ export PBCURRENTCOMMANDLINEOPERATION="pdebuild" PKG_SOURCENAME=$(dpkg-parsechangelog|sed -n 's/^Source: //p') PKG_VERSION=$(dpkg-parsechangelog|sed -n 's/^Version: \(.*:\|\)//p') ARCHITECTURE=${ARCHITECTURE-$(dpkg-architecture -qDEB_HOST_ARCH)} -DEBOOTSTRAPOPTS="--arch=$ARCHITECTURE" if [ "${USE_PDEBUILD_INTERNAL}" = 'yes' ]; then if [ ! readlink -f .. ]; then |