Merge pull request #84 from neowutran/patch-1

build-archlinux.sh copy-pasted too quickly, typo
This commit is contained in:
awokd 2020-01-24 17:01:44 +00:00 committed by GitHub
commit 16a395c51e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" # 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 # This is really usefull when the template building fail and that you are trying
# fixes to make it work # fixes to make it work
rm -Rf "$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" #cp -R ~/qubes-gui-agent-linux "$directory/qubes-src/gui-agent-linux"
cd "$directory" cd "$directory"
make qubes-vm make qubes-vm
make template make template
# At this point, the packages and the template have been build and are ready to # At this point, the packages and the template have been build and are ready to be used.
be used.
# The code below will sign everything with your GPG key then copy the result to another VM # 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 # The goal is to create a archlinux repository, to update the
# qubes specific packages using "pacman -Syu". # qubes specific packages using "pacman -Syu".