summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5337aa5e515..2c2a8f510a25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = runit-conversion
pkgdesc = Convert your system to use runit instead of systemd
pkgver = 9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/42LoCo42/runit-conversion
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 6c93525892cf..2fe43d6a189a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# vim: ft=sh:
pkgname=runit-conversion
pkgver=9
-pkgrel=1
+pkgrel=2
pkgdesc="Convert your system to use runit instead of systemd"
arch=('any')
url="https://github.com/42LoCo42/runit-conversion"
@@ -17,4 +17,5 @@ sha256sums=('d112763dad55c1d1284593d1727c383d41f4e122264a325421702437f35cccdd')
package() {
cd "$pkgname-$pkgver"
cp -aP ./* "$pkgdir/"
+ mkdir -p "$pkgdir/run/systemd/users"
}