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