Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2018-04-07 21:31:13 +0200
committerGitHub <noreply@github.com>2018-04-07 21:31:13 +0200
commita104ce2ead607626107ca76a9a41b07fd79d6583 (patch)
tree4f83717c677b7bc959aa71f224c98779cf1d3bdf /deployments
parent090202706b5767f446ee0c13b3bbac2acab0e6e6 (diff)
Update 08:00:27:d4:fd:ef.json
Diffstat (limited to 'deployments')
-rw-r--r--deployments/08:00:27:d4:fd:ef.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/deployments/08:00:27:d4:fd:ef.json b/deployments/08:00:27:d4:fd:ef.json
index cdb62e4f..323f14b1 100644
--- a/deployments/08:00:27:d4:fd:ef.json
+++ b/deployments/08:00:27:d4:fd:ef.json
@@ -7,9 +7,9 @@
"install slimdhcp": {
"git clone https://aur.archlinux.org/slimdhcp-git.git /home/builder/slimdhcp" : null,
- "chown -R builder.builder /home/builder/slimdhcp" : null,
- "su - builder -c \"cd /home/builder/slimdhcp; /usr/bin/makepkg -s --noconfirm\"" : null,
- "pacman -U --noconfirm /home/builder/slimdhcp/*.xz" : null
+ "chown -R builder.builder /home/builder/slimdhcp/slimdhcp" : null,
+ "su - builder -c \"cd /home/builder/slimdhcp/slimdhcp; /usr/bin/makepkg -s --noconfirm\"" : null,
+ "pacman -U --noconfirm /home/builder/slimdhcp/slimdhcp/*.xz" : null
},
"Remove temp build env": {
"rm -rf /home/builder/slimdhcp" : null,