diff options
author | James Meyer <james.meyer@operamail.com> | 2008-11-02 20:22:38 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-11-02 20:22:38 (GMT) |
commit | 8f59e1249a60dee2ce47178723f5d2150b67ef08 (patch) | |
tree | dde517a58ed024d22804e999a6b82c908e043cd0 /abs/core-testing | |
parent | 4b23f770a89667ff5756d7dc17e4211940334a8e (diff) | |
download | linhes_pkgbuild-8f59e1249a60dee2ce47178723f5d2150b67ef08.zip linhes_pkgbuild-8f59e1249a60dee2ce47178723f5d2150b67ef08.tar.gz linhes_pkgbuild-8f59e1249a60dee2ce47178723f5d2150b67ef08.tar.bz2 |
add autocard
Diffstat (limited to 'abs/core-testing')
-rwxr-xr-x | abs/core-testing/live-installer/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/core-testing/live-installer/PKGBUILD b/abs/core-testing/live-installer/PKGBUILD index d6addaa..3ac1ab6 100755 --- a/abs/core-testing/live-installer/PKGBUILD +++ b/abs/core-testing/live-installer/PKGBUILD @@ -1,11 +1,11 @@ pkgname=live-installer pkgver=1.0 -pkgrel=59 +pkgrel=60 pkgdesc="Install and configure your system" depends=(bc libstatgrab mysql-python expect curl dnsutils parted sg3_utils nmbscan) 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 ) +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) install=live.install @@ -36,6 +36,7 @@ build() { install -m 0755 build_diskless.sh $MVDIR/bin/build_diskless.sh 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 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 |