summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/PKGBUILD
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2012-04-26 21:37:21 (GMT)
committerCecil <knoppmyth@gmail.com>2012-04-26 21:37:21 (GMT)
commitc7112b961322bf9c20282e3bbfb95b2ccf3fa97f (patch)
treeda4450d043b175a7aebb3a93c858b294995b765e /abs/core/runit-scripts/PKGBUILD
parentf2394fa3f2984a3a4e74a19b2596f279ec3517ba (diff)
parentc8fc2fc2156fdeb0e9a54e7be48c8f02fdff848e (diff)
downloadlinhes_pkgbuild-c7112b961322bf9c20282e3bbfb95b2ccf3fa97f.zip
linhes_pkgbuild-c7112b961322bf9c20282e3bbfb95b2ccf3fa97f.tar.gz
linhes_pkgbuild-c7112b961322bf9c20282e3bbfb95b2ccf3fa97f.tar.bz2
Merge branch 'testing' of git@linhes.org:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/runit-scripts/PKGBUILD')
-rwxr-xr-xabs/core/runit-scripts/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD
index b368cd0..fd205aa 100755
--- a/abs/core/runit-scripts/PKGBUILD
+++ b/abs/core/runit-scripts/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=runit-scripts
pkgver=2.1.1
-pkgrel=58
+pkgrel=61
pkgdesc="collection of startup scripts for runit"
url="http://smarden.org/runit/"
license="BSD"
@@ -27,5 +27,6 @@ build() {
install -m0755 reboot-runit halt-runit logger $startdir/pkg/sbin
rsync -a --exclude=.svn services/* $startdir/pkg/etc/sv
chmod -R 755 $startdir/pkg/etc/sv
+ chown -R root:root $startdir/pkg/etc/sv
}
md5sums=('c79246677d5ffe687bcf6df1b9c2abc2')