From aee5cc5888e34341dba43451479932bc8d064c45 Mon Sep 17 00:00:00 2001 From: Yukikoo Date: Fri, 24 Jan 2020 15:31:26 +0000 Subject: [PATCH] build-archlinux.sh copy-pasted too quickly, typo --- code/OS-administration/build-archlinux.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/code/OS-administration/build-archlinux.sh b/code/OS-administration/build-archlinux.sh index 703954c..bd7b3f7 100644 --- a/code/OS-administration/build-archlinux.sh +++ b/code/OS-administration/build-archlinux.sh @@ -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".