diff options
author | James Meyer <james.meyer@operamail.com> | 2012-09-03 19:09:59 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-09-03 19:09:59 (GMT) |
commit | 792fe4f02805a49f664044624762c3b415671d54 (patch) | |
tree | 99b8c360627073219ede7090605c65a292da1a5a /abs/core/LinHES-system | |
parent | cb1b6fc77c93d2de8f9d4f632069da655a4592f5 (diff) | |
download | linhes_pkgbuild-792fe4f02805a49f664044624762c3b415671d54.zip linhes_pkgbuild-792fe4f02805a49f664044624762c3b415671d54.tar.gz linhes_pkgbuild-792fe4f02805a49f664044624762c3b415671d54.tar.bz2 |
LinHES-system: comment out the install file because it fails during the install. Will work later to fix the problem instead of avoiding it.
Diffstat (limited to 'abs/core/LinHES-system')
-rwxr-xr-x | abs/core/LinHES-system/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD index f1e981e..f7b9834 100755 --- a/abs/core/LinHES-system/PKGBUILD +++ b/abs/core/LinHES-system/PKGBUILD @@ -1,12 +1,12 @@ pkgname=LinHES-system pkgver=2 -pkgrel=79 +pkgrel=82 arch=('i686' 'x86_64') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin -install=LinHES-system.install +#install=LinHES-system.install pkgdesc="scripts and things related to having an automated system" -depends=(linhes-sounds xdotool tilda keylaunch python_aosd 'linhes-scripts>=7-24' 'udisks' 'LinHES-config>=2.3-59' 'sudo' 'python2-dbus' 'unclutter' 'wmctrl') +depends=(linhes-sounds xdotool tilda keylaunch python_aosd 'linhes-scripts>=7-24' 'udisks' 'LinHES-config>=2.3-59' 'sudo' 'python2-dbus' 'unclutter' 'wmctrl' 'archlinux-xdg-menu') backup=(etc/modprobe.d/alsa-base) binfiles="LinHES-start optimize_mythdb.py myth_mtc.py myth_mtc.sh LinHES-run |