Update makefile to handle ISO filename generated by new anaconda
This commit is contained in:
parent
48aa0e06c9
commit
e07e43dbed
2
Makefile
2
Makefile
@ -56,7 +56,7 @@ iso-installer: iso-prepare
|
||||
pushd work && pungi --name=Qubes $(PUNGI_OPTS) -c $(PWD)/conf/qubes-kickstart.cfg && popd
|
||||
# Move result files to known-named directories
|
||||
mkdir -p build/ISO/qubes-x86_64/iso build/work
|
||||
mv work/$(ISO_VERSION)/x86_64/iso/*-DVD.iso build/ISO/qubes-x86_64/iso/
|
||||
mv work/$(ISO_VERSION)/x86_64/iso/*-DVD*.iso build/ISO/qubes-x86_64/iso/
|
||||
rm -rf build/work/$(ISO_VERSION)
|
||||
mv work/$(ISO_VERSION)/x86_64/os build/work/$(ISO_VERSION)
|
||||
chown --reference=Makefile -R build yum
|
||||
|
Loading…
Reference in New Issue
Block a user