summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/MythVantage-config/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-11-23 02:41:18 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-11-23 02:41:18 (GMT)
commite340d2a6219f25904e79ebb5524b65e8fc65e956 (patch)
tree7d432bb1181b8ace66c458d91e321f24093d2369 /abs/mv-core/MythVantage-config/PKGBUILD
parent4761d543ab407c84351b4d4428df6cc801166f3f (diff)
downloadlinhes_pkgbuild-e340d2a6219f25904e79ebb5524b65e8fc65e956.zip
linhes_pkgbuild-e340d2a6219f25904e79ebb5524b65e8fc65e956.tar.gz
linhes_pkgbuild-e340d2a6219f25904e79ebb5524b65e8fc65e956.tar.bz2
backport from linhes
Diffstat (limited to 'abs/mv-core/MythVantage-config/PKGBUILD')
-rwxr-xr-xabs/mv-core/MythVantage-config/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/mv-core/MythVantage-config/PKGBUILD b/abs/mv-core/MythVantage-config/PKGBUILD
index 619c755..dd3835b 100755
--- a/abs/mv-core/MythVantage-config/PKGBUILD
+++ b/abs/mv-core/MythVantage-config/PKGBUILD
@@ -1,10 +1,10 @@
pkgname=MythVantage-config
pkgver=3.2
-pkgrel=131
+pkgrel=134
pkgdesc="The Gui-installer"
depends=(bc mysql-python expect curl dnsutils sg3_utils parted)
arch=('i686')
-source=(mythinstall.bin install-ui.xml bpopup-ui.xml mythbeselect.bin install_proxy.sh install_functions.sh startx systemconfig.sh install_db_chroot.sh restore_default_settings.sh live-install.sh xconfig.sh timezip.py soundconfig.sh mythvantage-release issue autocard.py MythVantage.sh create_master.sh build_diskless.sh networkconfig.sh )
+source=(mythinstall.bin install-ui.xml bpopup-ui.xml mythbeselect.bin install_proxy.sh install_functions.sh startx systemconfig.sh install_db_chroot.sh restore_default_settings.sh live-install.sh xconfig.sh timezip.py soundconfig.sh mythvantage-release issue autocard.py MythVantage.sh create_master.sh build_diskless.sh networkconfig.sh myth_user_call )
install=live.install
build() {
@@ -25,6 +25,7 @@ build() {
#copy in all the installer specific stuff
#cp -rp ../templates $MVDIR/
rsync -r --exclude=.svn ../templates $MVDIR/
+ install -m0700 myth_user_call $MVDIR/bin/myth_user_call
install -m 0755 install_proxy.sh $MVDIR/bin/install_proxy.sh
install -m 0755 install_functions.sh $MVDIR/bin/install_functions.sh
install -m 0755 systemconfig.sh $MVDIR/bin/systemconfig.sh