diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-04-06 00:36:06 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-04-06 00:36:06 (GMT) |
commit | 9694554233bb123b8df25118b8a612b986e7cdf4 (patch) | |
tree | 7cf67723815485e204d8afa0364edfec421f1ff7 /abs/extra-testing/lcdproc | |
parent | 633bb83e698e5914fd38d72e6a17c7249445a3d4 (diff) | |
download | linhes_pkgbuild-9694554233bb123b8df25118b8a612b986e7cdf4.zip linhes_pkgbuild-9694554233bb123b8df25118b8a612b986e7cdf4.tar.gz linhes_pkgbuild-9694554233bb123b8df25118b8a612b986e7cdf4.tar.bz2 |
lcdproc: Forgot to make changes in PKGBUILD that causes pkg to not install properly.
ref #676
Diffstat (limited to 'abs/extra-testing/lcdproc')
-rw-r--r-- | abs/extra-testing/lcdproc/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/abs/extra-testing/lcdproc/PKGBUILD b/abs/extra-testing/lcdproc/PKGBUILD index 73a393b..e5cc719 100644 --- a/abs/extra-testing/lcdproc/PKGBUILD +++ b/abs/extra-testing/lcdproc/PKGBUILD @@ -1,7 +1,7 @@ # Contributor: Bernhard Walle <bernhard.walle@gmx.de> pkgname=lcdproc pkgver=0.5.3 -pkgrel=2 +pkgrel=3 pkgdesc="LCDproc is a utility to drive one or more LCD (and LCD-like) devices attached to a host." url="http://lcdproc.omnipotent.net/" license="GPL" @@ -21,7 +21,6 @@ build() { make make DESTDIR=$startdir/pkg install sed -e "s/server\/drivers\//\/usr\/lib\/lcdproc\//g" LCDd.conf > $pkgdir/etc/LCDd.conf - install -D -m 755 $startdir/src/run.lcdd $startdir/pkg/etc/sv/lcdd/run } md5sums=('fe9a7c9d8f2c5e76250ce2ea8f644921' '274322642740ad323c43ec5d324519d4') |