diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-02 09:06:34 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-02 09:06:34 (GMT) |
commit | fe4f57a3fa58d57d53ac21e3b852df39b5226ae4 (patch) | |
tree | 690f79c4123af8e6e9ce8beb6e9e68bc2d7d8021 /abs | |
parent | 24e8f52933448223613eeef98d4e2c0ddf3d7f38 (diff) | |
download | linhes_pkgbuild-fe4f57a3fa58d57d53ac21e3b852df39b5226ae4.zip linhes_pkgbuild-fe4f57a3fa58d57d53ac21e3b852df39b5226ae4.tar.gz linhes_pkgbuild-fe4f57a3fa58d57d53ac21e3b852df39b5226ae4.tar.bz2 |
Made linhes-sounds a dep as the backup/restore depends on it.
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/LinHES-system/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/LinHES-system/PKGBUILD b/abs/core-testing/LinHES-system/PKGBUILD index e9a805e..efad3c9 100644 --- a/abs/core-testing/LinHES-system/PKGBUILD +++ b/abs/core-testing/LinHES-system/PKGBUILD @@ -1,12 +1,12 @@ pkgname=LinHES-system pkgver=1.0 -pkgrel=21 +pkgrel=23 arch=('i686') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin install=LinHES.install pkgdesc="scripts and things related to having a automated system" -depends=() +depends=(linhes-sounds) binfiles="LinHES-start optimize_mythdb.py myth_mtc.py myth_mtc.sh LinHES-run firstboot.sh load-modules-mythvantage.sh" |