summaryrefslogtreecommitdiffstats
path: root/abs/core/system-templates/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/system-templates/PKGBUILD')
-rwxr-xr-xabs/core/system-templates/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/system-templates/PKGBUILD b/abs/core/system-templates/PKGBUILD
index 0c1dbeb..9dab574 100755
--- a/abs/core/system-templates/PKGBUILD
+++ b/abs/core/system-templates/PKGBUILD
@@ -1,16 +1,16 @@
pkgname=system-templates
pkgver=2.0
-pkgrel=25
+pkgrel=26
conflicts=( )
pkgdesc="Templates used for system configuration"
depends=()
arch=('i686' 'x86_64')
source=()
-build() {
- MVDIR=$startdir/pkg/usr/MythVantage
+package() {
+ MVDIR=$pkgdir/usr/MythVantage
mkdir -p $MVDIR/templates
-#copy in all the installer specific stuff
+ #copy in all the installer specific stuff
rsync -r --exclude=.svn ../templates $MVDIR/
}