diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-05-30 03:42:51 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-05-30 03:42:51 (GMT) |
commit | 528268bf6b14f8e3c9f4941d5587d982ff1892d6 (patch) | |
tree | 44cfcc9c663fb49653197fca244d800df09dd5ac /abs/core-testing/runit-scripts/PKGBUILD | |
parent | 1ff84d8aab36f76ca79c37d41dcd6b5f0d517b1d (diff) | |
download | linhes_pkgbuild-528268bf6b14f8e3c9f4941d5587d982ff1892d6.zip linhes_pkgbuild-528268bf6b14f8e3c9f4941d5587d982ff1892d6.tar.gz linhes_pkgbuild-528268bf6b14f8e3c9f4941d5587d982ff1892d6.tar.bz2 |
runit-scripts: update the lircd run script to use the dvicoIR sym link
Diffstat (limited to 'abs/core-testing/runit-scripts/PKGBUILD')
-rwxr-xr-x | abs/core-testing/runit-scripts/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/runit-scripts/PKGBUILD b/abs/core-testing/runit-scripts/PKGBUILD index 6596371..0644c3b 100755 --- a/abs/core-testing/runit-scripts/PKGBUILD +++ b/abs/core-testing/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=1.8.0 -pkgrel=83 +pkgrel=84 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" @@ -28,3 +28,4 @@ build() { install -m0755 reboot-runit halt-runit logger $startdir/pkg/sbin rsync -a --exclude=.svn services/* $startdir/pkg/etc/sv } +md5sums=('c6cbd6af3657783bd1ce8f75f574d72f') |