diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-01-27 21:47:40 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-01-27 21:47:40 (GMT) |
commit | 0fc8cbbd572a62abddb430a1ddc47c8039b514ec (patch) | |
tree | be9c1d8299c3b376e3f177554f1f68abfaa04e22 /abs/core/system-templates/PKGBUILD | |
parent | 3d6b409b2067f33475fca5332a5b9d69f1dbaccb (diff) | |
download | linhes_pkgbuild-0fc8cbbd572a62abddb430a1ddc47c8039b514ec.zip linhes_pkgbuild-0fc8cbbd572a62abddb430a1ddc47c8039b514ec.tar.gz linhes_pkgbuild-0fc8cbbd572a62abddb430a1ddc47c8039b514ec.tar.bz2 |
system-templates: add Technisat_TTS35 remote. closes #956
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/ } |