diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-10-19 13:19:09 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-10-19 13:19:09 (GMT) |
commit | 3b0242f860b4efa19fd91a6bd1e3127fd4b8aa9f (patch) | |
tree | 1b6332c09bd013238d71d50de50d2653c169ade6 /abs | |
parent | f5340fccf64557f145441c673b7fa823710167b6 (diff) | |
download | linhes_pkgbuild-3b0242f860b4efa19fd91a6bd1e3127fd4b8aa9f.zip linhes_pkgbuild-3b0242f860b4efa19fd91a6bd1e3127fd4b8aa9f.tar.gz linhes_pkgbuild-3b0242f860b4efa19fd91a6bd1e3127fd4b8aa9f.tar.bz2 |
LinHES-config: install mv_ddns.py
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/LinHES-config/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD index 3b622fb..a336bfd 100644 --- a/abs/core-testing/LinHES-config/PKGBUILD +++ b/abs/core-testing/LinHES-config/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-config pkgver=2.1 -pkgrel=4 +pkgrel=6 conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev ) pkgdesc="Install and configure your system" depends=(bc libstatgrab mysql-python expect curl dnsutils parted @@ -77,6 +77,7 @@ build() { install -m 0755 mv_install.py $MVDIR/bin/mv_install.py install -m 0755 mv_advanced.py $MVDIR/bin/ install -m 0755 mv_common.py $MVDIR/bin/ + install -m 0755 mv_ddns.py $MVDIR/bin/ install -m 0755 mv_ir.py $MVDIR/bin/ install -m 0755 mv_misc.py $MVDIR/bin/ install -m 0755 mv_network.py $MVDIR/bin/ |