diff options
author | Cecil <knoppmyth@gmail.com> | 2011-07-24 02:02:09 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-07-24 02:02:09 (GMT) |
commit | f58b78e2f6b375db03fcfa0b41adca3734b33f5b (patch) | |
tree | 4ec7e24df57a5071092a9fcfab653a8f5b0737e1 | |
parent | d074c3b2181188446d626fa473ee64c7dc66bc57 (diff) | |
download | linhes_pkgbuild-f58b78e2f6b375db03fcfa0b41adca3734b33f5b.zip linhes_pkgbuild-f58b78e2f6b375db03fcfa0b41adca3734b33f5b.tar.gz linhes_pkgbuild-f58b78e2f6b375db03fcfa0b41adca3734b33f5b.tar.bz2 |
lirc:commmented epoch which results in funky package name.
-rw-r--r-- | abs/core/lirc/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core/lirc/lirc.install | 2 | ||||
-rw-r--r-- | abs/core/lirc/lirc.logrotate | 5 |
3 files changed, 2 insertions, 7 deletions
diff --git a/abs/core/lirc/PKGBUILD b/abs/core/lirc/PKGBUILD index 8f7a5ae..2f63d9a 100644 --- a/abs/core/lirc/PKGBUILD +++ b/abs/core/lirc/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=lirc pkgname=('lirc' 'lirc-utils') pkgver=0.9.0 pkgrel=4 -epoch=1 +#epoch=1 _kernver=2.6.39-LinHES arch=('i686' 'x86_64') url="http://www.lirc.org/" diff --git a/abs/core/lirc/lirc.install b/abs/core/lirc/lirc.install index 26fb139..814312e 100644 --- a/abs/core/lirc/lirc.install +++ b/abs/core/lirc/lirc.install @@ -1,4 +1,4 @@ -KERNEL_VERSION=2.6.39-ARCH +KERNEL_VERSION=2.6.39-LinHES post_install() { # updating module dependencies diff --git a/abs/core/lirc/lirc.logrotate b/abs/core/lirc/lirc.logrotate deleted file mode 100644 index 623c4f3..0000000 --- a/abs/core/lirc/lirc.logrotate +++ /dev/null @@ -1,5 +0,0 @@ -/var/log/lircd { - missingok - notifempty - delaycompress -} |