diff options
Diffstat (limited to 'abs/core/system-templates/PKGBUILD')
-rwxr-xr-x | abs/core/system-templates/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/abs/core/system-templates/PKGBUILD b/abs/core/system-templates/PKGBUILD index c56b236..816b0fd 100755 --- a/abs/core/system-templates/PKGBUILD +++ b/abs/core/system-templates/PKGBUILD @@ -1,13 +1,16 @@ pkgname=system-templates pkgver=8.3 -pkgrel=2 +pkgrel=3 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 |