diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-11-23 21:36:58 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-11-23 21:36:58 (GMT) |
commit | ac16d6df26ed3ffd2d67d998beab17c2fa7a8707 (patch) | |
tree | 9cb4792b9af24bbb408cfe6a6e5824ee57e5649f /abs/core/LinHES-system/PKGBUILD | |
parent | 93e28bbbf889dfd7c9afb563bd906de94a7ec40f (diff) | |
download | linhes_pkgbuild-ac16d6df26ed3ffd2d67d998beab17c2fa7a8707.zip linhes_pkgbuild-ac16d6df26ed3ffd2d67d998beab17c2fa7a8707.tar.gz linhes_pkgbuild-ac16d6df26ed3ffd2d67d998beab17c2fa7a8707.tar.bz2 |
LinHES-system: Config files w/o a .conf extension are depreciated
Added a .conf to alsa-base. Also changed mode to 644 for alsa-base - it does not need to be executable
Diffstat (limited to 'abs/core/LinHES-system/PKGBUILD')
-rwxr-xr-x | abs/core/LinHES-system/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD index af8221e..d127585 100755 --- a/abs/core/LinHES-system/PKGBUILD +++ b/abs/core/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-system pkgver=1.1 -pkgrel=33 +pkgrel=34 arch=('i686') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin @@ -32,7 +32,7 @@ build() { echo $item done - install -m755 -D $startdir/src/alsa-base $startdir/pkg/etc/modprobe.d/alsa-base + install -m644 -D $startdir/src/alsa-base $startdir/pkg/etc/modprobe.d/alsa-base.conf install -m755 -D $startdir/src/smolt.cron $startdir/pkg/etc/cron.weekly/smolt.cron mkdir $startdir/pkg/etc/logrotate.d cp $startdir/myth_mtc.lr $startdir/pkg/etc/logrotate.d |