Fix pbuilder in trusty

This commit is contained in:
proller 2018-01-16 23:37:08 +03:00
parent 0580eb1441
commit 7a02babc06
1 changed files with 2 additions and 2 deletions

4
debian/.pbuilderrc vendored
View File

@ -165,8 +165,8 @@ export CCACHE_PREFIX=
export DEB_BUILD_OPTIONS=parallel=`nproc`
# Floating bug with permissions:
sudo mkdir -p $CCACHEDIR
sudo chmod -R a+rwx $CCACHEDIR
[ -n "$CCACHEDIR" ] && sudo mkdir -p $CCACHEDIR
[ -n "$CCACHEDIR" ] && sudo chmod -R a+rwx $CCACHEDIR
# chown -R $BUILDUSERID:$BUILDUSERID $CCACHEDIR
# echo "DEBOOTSTRAPOPTS = ${DEBOOTSTRAPOPTS[@]}"