Browse Source

Fix broken wrapper with restrictive root umask

pull/81/head
matt335672 2 years ago
parent
commit
5a1e458228
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      scripts/install_pulseaudio_sources_apt_wrapper.sh

+ 1
- 2
scripts/install_pulseaudio_sources_apt_wrapper.sh View File

@ -211,8 +211,7 @@ echo "- Creating schroot config file $schroot_conf"
# Copy the wrapped script to the buildroot root
echo "- Copying the wrapped script to the root"
sudo cp $WRAPPED_SCRIPT $BUILDROOT/wrapped_script || exit $?
sudo chmod +x $BUILDROOT/wrapped_script || exit $?
sudo install -m 755 $WRAPPED_SCRIPT $BUILDROOT/wrapped_script || exit $?
# Run the wrapped script
log=/var/tmp/pa-build-$USER-schroot.log


Loading…
Cancel
Save