diff options
Diffstat (limited to 'abs/core-testing/system-templates/PKGBUILD')
-rwxr-xr-x | abs/core-testing/system-templates/PKGBUILD | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/abs/core-testing/system-templates/PKGBUILD b/abs/core-testing/system-templates/PKGBUILD deleted file mode 100755 index 88e1835..0000000 --- a/abs/core-testing/system-templates/PKGBUILD +++ /dev/null @@ -1,16 +0,0 @@ -pkgname=system-templates -pkgver=1.0 -pkgrel=45 -conflicts=( ) -pkgdesc="Templates used for system configuration" -depends=() -arch=('i686') - -source=() -build() { - MVDIR=$startdir/pkg/usr/MythVantage - mkdir -p $MVDIR/templates -#copy in all the installer specific stuff - rsync -r --exclude=.svn ../templates $MVDIR/ -} - |