summaryrefslogtreecommitdiff
path: root/system/abuild/abuild.pre-install
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-02-20 22:03:13 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-02-20 22:03:13 -0600
commit719252b7b29749389730057387d5a43b5516f7fe (patch)
tree4f7d3c3ef865310ac2a6512e53b53e11ff74a1ed /system/abuild/abuild.pre-install
parent10613294b48e3736c0edf5f93c6ff34b52339079 (diff)
downloadpackages-719252b7b29749389730057387d5a43b5516f7fe.tar.gz
packages-719252b7b29749389730057387d5a43b5516f7fe.tar.bz2
packages-719252b7b29749389730057387d5a43b5516f7fe.tar.xz
packages-719252b7b29749389730057387d5a43b5516f7fe.zip
system/abuild: add our custom patchset to abuild
Diffstat (limited to 'system/abuild/abuild.pre-install')
-rw-r--r--system/abuild/abuild.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/abuild/abuild.pre-install b/system/abuild/abuild.pre-install
new file mode 100644
index 000000000..fd3d39a36
--- /dev/null
+++ b/system/abuild/abuild.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+addgroup -S abuild 2>/dev/null
+
+exit 0