aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-11-11 13:15:18 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-11-11 13:15:18 +0100
commit1abf3ea10b03c7ca38efc9f8b0985a276b388f51 (patch)
tree61a72df61c574f35708e1791fcb8890382f625ac
parent1a915b263e0aec38cdffdc708210147a24e455cd (diff)
downloadlibayatana-appindicator-1abf3ea10b03c7ca38efc9f8b0985a276b388f51.tar.gz
libayatana-appindicator-1abf3ea10b03c7ca38efc9f8b0985a276b388f51.tar.bz2
libayatana-appindicator-1abf3ea10b03c7ca38efc9f8b0985a276b388f51.zip
debian/rules: Make sure the kill command is found in /home/mike/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/opt/thinlinc/bin.
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 057d717..8459c08 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,7 +76,7 @@ override_dh_auto_test: $(FLAVORS:%=dotest-%)
dotest-%:
mkdir -p `pwd`/debian/tmphome
- HOME=`pwd`/debian/tmphome dh_auto_test dh_auto_test --builddirectory=build/$* -- || true
+ HOME=`pwd`/debian/tmphome PATH=/usr/bin:/bin:/usr/sbin:/sbin dh_auto_test dh_auto_test --builddirectory=build/$* -- || true
# View test's log file for better debugging of problems when built in clean chroots.
if [ -e build/$*/tests/test-suite.log ]; then cat build/$*/tests/test-suite.log; fi
rm -Rf `pwd`/debian/tmphome
@@ -88,7 +88,7 @@ dotest-gtk2: $(PY_VERSIONS:%=dotestgtk2-%)
dotestgtk2-%:
mkdir -p `pwd`/debian/tmphome
PYTHON=`which $*` \
- HOME=`pwd`/debian/tmphome dh_auto_test --builddirectory=build/gtk2 -- || true
+ HOME=`pwd`/debian/tmphome PATH=/usr/bin:/bin:/usr/sbin:/sbin dh_auto_test --builddirectory=build/gtk2 -- || true
# View test's log file for better debugging of problems when built in clean chroots.
if [ -e build/gtk2/tests/test-suite.log ]; then cat build/gtk2/tests/test-suite.log; fi
rm -Rf `pwd`/debian/tmphome