diff options
author | James Meyer <james.meyer@operamail.com> | 2011-08-19 18:23:53 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-08-19 18:23:53 (GMT) |
commit | 528cb144ccabf66fb6278f3025a3496d73a59a20 (patch) | |
tree | 6dcbcbe33b9dc96a441dfee3d3df96a12ef912e3 /abs/core/runit-scripts/PKGBUILD | |
parent | 855cc7eb5a1ec13cc4ac28a910c79633703aa18f (diff) | |
parent | f8e6fc954ed4502f65355e30664fdbdbcd045cd7 (diff) | |
download | linhes_pkgbuild-528cb144ccabf66fb6278f3025a3496d73a59a20.zip linhes_pkgbuild-528cb144ccabf66fb6278f3025a3496d73a59a20.tar.gz linhes_pkgbuild-528cb144ccabf66fb6278f3025a3496d73a59a20.tar.bz2 |
Merge remote-tracking branch 'origin/testing' into testing
Diffstat (limited to 'abs/core/runit-scripts/PKGBUILD')
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index 828e54c..4c3c8e1 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=25 +pkgrel=30 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" @@ -18,7 +18,6 @@ build() { cd $startdir/src/runitscripts install -d $startdir/pkg/etc/ install -d $startdir/pkg/etc/runit/ - install -d $startdir/pkg/var/service install -d $startdir/pkg/etc/sv install -d $startdir/pkg/sbin install -d $startdir/pkg/etc/rc.d/functions.d |