summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDudemanguy9112019-09-11 18:49:45 -0500
committerDudemanguy9112019-09-11 18:49:45 -0500
commita2104fd74084ef8c77d52ebfaea93563536c559d (patch)
tree16e1a051ab76ccaa5db353eba1ce1840ebf02ae1
parentd31d4f978382b534f498b666aa23590aade8a929 (diff)
downloadaur-a2104fd74084ef8c77d52ebfaea93563536c559d.tar.gz
create /etc/s6-rc directory
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--s6-linux-init.install1
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80286249286d..55f4f5170fc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = s6-linux-init
pkgdesc = A tool to automate the creation of suitable stage 1 init binaries for s6-based Linux systems. For Artix Linux.
pkgver = 1.0.2.1
- pkgrel = 2
+ pkgrel = 3
url = https://skarnet.org/software/s6-linux-init/
install = s6-linux-init.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2509bdce77a2..7d36cd39ab57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=s6-linux-init
pkgver=1.0.2.1
-pkgrel=2
+pkgrel=3
pkgdesc='A tool to automate the creation of suitable stage 1 init binaries for s6-based Linux systems. For Artix Linux.'
arch=('x86_64')
url='https://skarnet.org/software/s6-linux-init/'
diff --git a/s6-linux-init.install b/s6-linux-init.install
index 4fe70e666737..c6f4f6262d25 100644
--- a/s6-linux-init.install
+++ b/s6-linux-init.install
@@ -1,6 +1,7 @@
post_install() {
rm -rf /etc/s6-linux-init/current
mkdir -p /etc/s6-linux-init
+ mkdir -p /etc/s6-rc
mv /usr/bin/init /tmp
mv /usr/bin/halt /tmp
mv /usr/bin/poweroff /tmp