diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-04 15:45:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-04 15:45:08 +0900 |
commit | 109420c3347ed1303c39f9079b5092035fce55c4 (patch) | |
tree | 3d0229a2f770186f9f0f859909764ca4d2f98f2b /debian/_buildscripts/local/build_module.sh | |
parent | e3454bb533b0e5364659ba636e39fe74bcd316b7 (diff) | |
download | tde-packaging-109420c3347ed1303c39f9079b5092035fce55c4.tar.gz tde-packaging-109420c3347ed1303c39f9079b5092035fce55c4.zip |
DEB build scripts: added klamav and komposé. Fixed bug with pbuilder building chain.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/_buildscripts/local/build_module.sh')
-rwxr-xr-x | debian/_buildscripts/local/build_module.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/_buildscripts/local/build_module.sh b/debian/_buildscripts/local/build_module.sh index 30d0facd6..850651e42 100755 --- a/debian/_buildscripts/local/build_module.sh +++ b/debian/_buildscripts/local/build_module.sh @@ -429,7 +429,7 @@ if [ "$bool_BUILD_LOCALLY" = "y" ]; then build_retval=$? else ## Build module in a clean chroot environment using pbuilder - $SUDO_CMD "$SCRIPT_DIR/internals/_pbuilder.sh" + $SUDO_CMD . "$SCRIPT_DIR/internals/_pbuilder.sh" build_retval=$? if [ "`whoami`" != "root" ]; then cd "$MOD_DEB_PATH" |