build-archlinux.sh copy-pasted too quickly, typo

This commit is contained in:
Yukikoo 2020-01-24 15:31:26 +00:00 committed by GitHub
parent 3d7c160208
commit aee5cc5888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -46,15 +46,14 @@ sed -i 's/#BUILDER_PLUGINS += builder-archlinux/BUILDER_PLUGINS += builder-archl
# cp -R ~/qubes-gui-agent-linux "$directory/qubes-src/gui-agent-linux"
# This is really usefull when the template building fail and that you are trying
# fixes to make it work
rm -Rf "$directory/qubes-src/gui-agent-linux/"
cp -R ~/qubes-gui-agent-linux "$directory/qubes-src/gui-agent-linux"
#rm -Rf "$directory/qubes-src/gui-agent-linux/"
#cp -R ~/qubes-gui-agent-linux "$directory/qubes-src/gui-agent-linux"
cd "$directory"
make qubes-vm
make template
# At this point, the packages and the template have been build and are ready to
be used.
# At this point, the packages and the template have been build and are ready to be used.
# The code below will sign everything with your GPG key then copy the result to another VM
# The goal is to create a archlinux repository, to update the
# qubes specific packages using "pacman -Syu".