diff options
Diffstat (limited to 'abs/core/system-templates/PKGBUILD')
-rwxr-xr-x | abs/core/system-templates/PKGBUILD | 8 |
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/ } |