diff options
Diffstat (limited to 'abs/core-testing/LinHES-config/PKGBUILD')
-rw-r--r-- | abs/core-testing/LinHES-config/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD index 22b56bc..71a9e2a 100644 --- a/abs/core-testing/LinHES-config/PKGBUILD +++ b/abs/core-testing/LinHES-config/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-config pkgver=1.0 -pkgrel=383 +pkgrel=388 conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev ) pkgdesc="Install and configure your system" depends=(bc libstatgrab mysql-python expect curl dnsutils parted sg3_utils nmbscan system-templates ) @@ -17,11 +17,11 @@ build() { mkdir $startdir/pkg/etc/profile.d install -m 0755 MythVantage.sh $startdir/pkg/etc/profile.d/MythVantage.sh mkdir -p $MVDIR/bin - mkdir -p $MVDIR/templates + # mkdir -p $MVDIR/templates mkdir -p $MVDIR/etc #copy in all the installer specific stuff - rsync -r --exclude=.svn ../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 |