mirror of
https://github.com/Qubes-Community/Contents.git
synced 2024-12-23 06:09:29 -05:00
Merge pull request #84 from neowutran/patch-1
build-archlinux.sh copy-pasted too quickly, typo
This commit is contained in:
commit
16a395c51e
@ -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".
|
||||||
|
Loading…
Reference in New Issue
Block a user