mirror of https://github.com/ByConity/ByConity
Fix pbuilder in trusty
This commit is contained in:
parent
0580eb1441
commit
7a02babc06
|
@ -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[@]}"
|
||||
|
|
Loading…
Reference in New Issue