summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/system-templates/PKGBUILD
blob: d8792fe999e8af8869b939e3f8c8b6b48e9cd88b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pkgname=system-templates
pkgver=1.0
pkgrel=15
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/
}