diff options
author | James Meyer <james.meyer@operamail.com> | 2009-02-14 19:18:18 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-02-14 19:18:18 (GMT) |
commit | 11a48f622ea00afdf5f61cb7fe7ba89263daa6f2 (patch) | |
tree | 9030f492b8f01f7a6a35f15211dfab7a649788cb /abs/core-testing | |
parent | 247bbeadb7a38185b87ebe357cbe95b441e8c4cd (diff) | |
download | linhes_pkgbuild-11a48f622ea00afdf5f61cb7fe7ba89263daa6f2.zip linhes_pkgbuild-11a48f622ea00afdf5f61cb7fe7ba89263daa6f2.tar.gz linhes_pkgbuild-11a48f622ea00afdf5f61cb7fe7ba89263daa6f2.tar.bz2 |
Add readme file for display on install.
Diffstat (limited to 'abs/core-testing')
-rwxr-xr-x | abs/core-testing/LinHES-config/PKGBUILD | 7 | ||||
-rw-r--r-- | abs/core-testing/LinHES-config/README | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD index 2ddac13..ede626f 100755 --- a/abs/core-testing/LinHES-config/PKGBUILD +++ b/abs/core-testing/LinHES-config/PKGBUILD @@ -1,12 +1,12 @@ pkgname=LinHES-config pkgver=1.0 -pkgrel=253 +pkgrel=263 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 ) 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) +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) install=LinHES.install build() { @@ -38,6 +38,9 @@ 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 + + + 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 diff --git a/abs/core-testing/LinHES-config/README b/abs/core-testing/LinHES-config/README new file mode 100644 index 0000000..0a8e64f --- /dev/null +++ b/abs/core-testing/LinHES-config/README @@ -0,0 +1,3 @@ +README file for SCALE and beyond. +/usr/MythVantage/README + |