diff options
Diffstat (limited to 'abs/core/system-templates/PKGBUILD')
-rwxr-xr-x | abs/core/system-templates/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/abs/core/system-templates/PKGBUILD b/abs/core/system-templates/PKGBUILD index 40aeefb..372fe8f 100755 --- a/abs/core/system-templates/PKGBUILD +++ b/abs/core/system-templates/PKGBUILD @@ -1,13 +1,16 @@ pkgname=system-templates -pkgver=8.2 -pkgrel=2 +pkgver=8.3 +pkgrel=7 conflicts=( ) pkgdesc="Templates used for system configuration" depends=() arch=('i686' 'x86_64') - source=() + package() { + #copy in most recent list of xscreensavers + cp -a $startdir/../../extra/xscreensaver/xscreensavers $startdir/templates/xscreensavers + MVDIR=$pkgdir/usr/MythVantage mkdir -p $MVDIR/templates #copy in all the installer specific stuff |