diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-02 18:51:51 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-02 18:51:51 (GMT) |
commit | c4a0c229a373a5aa36a3bfb4067c9356c7c4c3ce (patch) | |
tree | d49601885b5648a971567d9b14a1cf5d1a0d412a /abs/core-testing/LinHES-config-SVN/PKGBUILD | |
parent | dfb5a44540d0f1f6103381e8ad4a61a0871fd2be (diff) | |
download | linhes_pkgbuild-c4a0c229a373a5aa36a3bfb4067c9356c7c4c3ce.zip linhes_pkgbuild-c4a0c229a373a5aa36a3bfb4067c9356c7c4c3ce.tar.gz linhes_pkgbuild-c4a0c229a373a5aa36a3bfb4067c9356c7c4c3ce.tar.bz2 |
Moving templates to their own package.
Diffstat (limited to 'abs/core-testing/LinHES-config-SVN/PKGBUILD')
-rwxr-xr-x | abs/core-testing/LinHES-config-SVN/PKGBUILD | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/abs/core-testing/LinHES-config-SVN/PKGBUILD b/abs/core-testing/LinHES-config-SVN/PKGBUILD index cea9c1c..e2f846a 100755 --- a/abs/core-testing/LinHES-config-SVN/PKGBUILD +++ b/abs/core-testing/LinHES-config-SVN/PKGBUILD @@ -1,9 +1,9 @@ -pkgname=LinHES-config +pkgname=LinHES-config-SVN pkgver=1.0 -pkgrel=290 +pkgrel=294 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 ) +depends=(bc libstatgrab mysql-python expect curl dnsutils parted sg3_utils nmbscan system-templates ) arch=('i686') source=(mythinstall.bin myth_user_call file_time_offset.py install-ui.xml install_proxy.sh install_functions.sh systemconfig.sh install_db_chroot.sh restore_default_settings.sh xconfig.sh timezip.py soundconfig.sh LinHES-release issue MythVantage.sh create_master.sh build_diskless.sh networkconfig.sh timezone.bin autocard.py restore_km_db_chroot.sh README) @@ -17,17 +17,14 @@ 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/etc #copy in all the installer specific stuff - 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 install -m 0755 xconfig.sh $MVDIR/bin/xconfig.sh -# install -m 0755 live-install.sh $MVDIR/bin/live-install.sh install -m 0755 install_db_chroot.sh $MVDIR/bin/install_db_chroot.sh install -m 0755 restore_km_db_chroot.sh $MVDIR/bin/restore_km_db_chroot.sh install -m 0755 restore_default_settings.sh $MVDIR/bin/restore_default_settings.sh @@ -38,13 +35,12 @@ build() { install -m 0755 timezone.bin $MVDIR/bin/timezone.bin install -m 0755 timezip.py $MVDIR/bin/timezip.py install -m 0755 autocard.py $MVDIR/bin/autocard.py - - + #Readme used for mythvantage -r install -m 0755 README $MVDIR/README mkdir -p $startdir/pkg/usr/bin install -m 0755 file_time_offset.py $startdir/pkg/usr/bin/file_time_offset.py - #copy in the branding stuff +#copy in the branding stuff install -m 0755 LinHES-release $startdir/pkg/etc/LinHES-release install -m 0755 issue $startdir/pkg/etc/issue @@ -52,15 +48,10 @@ build() { install -m 0755 install-ui.xml $startdir/pkg/usr/share/mythtv/themes/default/ #copy in the binaries - #install -g mythtv -m 4750 mythinstall.bin $MVDIR/bin/MythVantage install -m 4755 mythinstall.bin $MVDIR/bin/MythVantage cd $MVDIR/bin ln -s MythVantage mythvantage ln -s MythVantage mythinstall cd - -# install -g mythtv -m 4750 mythbeselect.bin $MVDIR/bin/mythbeselect - -# install -m 0755 startx $startdir/pkg/root/startx -# install -m 0755 live-install.sh $startdir/pkg/root/live-install.sh } |