Browse Source

Merge pull request #81 from matt335672/restrictive_umask_support

Fix broken wrapper with restrictive root umask
pull/77/head
matt335672 2 years ago
committed by GitHub
parent
commit
c610894c13
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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 # Copy the wrapped script to the buildroot root
echo "- Copying the wrapped script to the 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 # Run the wrapped script
log=/var/tmp/pa-build-$USER-schroot.log log=/var/tmp/pa-build-$USER-schroot.log


Loading…
Cancel
Save