Make files on ISO readable by non-root users.
Set umask to 022 for that.
This commit is contained in:
parent
e8cefbccc6
commit
6692950b6f
2
Makefile
2
Makefile
@ -57,7 +57,7 @@ iso-prepare:
|
||||
|
||||
iso-installer: iso-prepare
|
||||
mkdir -p work
|
||||
pushd work && pungi --name=Qubes $(PUNGI_OPTS) -c $(INSTALLER_KICKSTART) && popd
|
||||
umask 022; pushd work && pungi --name=Qubes $(PUNGI_OPTS) -c $(INSTALLER_KICKSTART) && popd
|
||||
# Move result files to known-named directories
|
||||
mkdir -p build/ISO/qubes-x86_64/iso
|
||||
mv work/$(ISO_VERSION)/x86_64/iso/*-DVD*.iso build/ISO/qubes-x86_64/iso/Qubes-$(ISO_VERSION)-x86_64.iso
|
||||
|
Loading…
Reference in New Issue
Block a user