summaryrefslogtreecommitdiffstats
path: root/debian/_buildscripts/local/internals
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-11-23 22:50:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-11-23 22:50:17 +0900
commita9cef411ca143413d48fee956364097a05f67a71 (patch)
treed391fabb1878ccfdb1557186a14ea5c42738a0f2 /debian/_buildscripts/local/internals
parent78f69187ea9a11644b16f87a4cee1a11415244b9 (diff)
downloadtde-packaging-a9cef411ca143413d48fee956364097a05f67a71.tar.gz
tde-packaging-a9cef411ca143413d48fee956364097a05f67a71.zip
DEB build scripts: fixed code for cross-building. Remove extra
dependency on gettext-kde Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/_buildscripts/local/internals')
-rwxr-xr-xdebian/_buildscripts/local/internals/_pbuilder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/_buildscripts/local/internals/_pbuilder.sh b/debian/_buildscripts/local/internals/_pbuilder.sh
index d2b176ded..9c36ac219 100755
--- a/debian/_buildscripts/local/internals/_pbuilder.sh
+++ b/debian/_buildscripts/local/internals/_pbuilder.sh
@@ -67,7 +67,7 @@ END_D05_03
eval pdebuild $OPT_INTERNAL_PBUILDER $OPT_SIGN_PKG_PBUILDER \
--architecture $ARCHITECTURE \
--buildresult \"$MOD_DEB_PATH\" \
- --pbuilderroot \"sudo DIST=$DISTRO_NAME ARCH=$ARCHITECTURE\" \
+ --pbuilderroot \"sudo DISTRO_NAME=$DISTRO_NAME ARCHITECTURE=$ARCHITECTURE\" \
--logfile \"$BUILDING_LOG_FILE\" \
-- \
--bindmounts \"$TDE_DEBS_DIR\" \