diff options
author | Cecil <knoppmyth@gmail.com> | 2011-01-18 05:08:52 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-01-18 05:08:52 (GMT) |
commit | bc77fd1bc827a74237de9c0184fb3617041bc303 (patch) | |
tree | 919f02da270ba0eb51adc7bb33bc45e8107f7a4c /abs/core/system-templates/PKGBUILD | |
parent | 8cd551eb8890c12f1b41b86bdec1fc218446795c (diff) | |
download | linhes_pkgbuild-bc77fd1bc827a74237de9c0184fb3617041bc303.zip linhes_pkgbuild-bc77fd1bc827a74237de9c0184fb3617041bc303.tar.gz linhes_pkgbuild-bc77fd1bc827a74237de9c0184fb3617041bc303.tar.bz2 |
system-templates:Resolves keyboard and mouse inoperability when X starts.
Diffstat (limited to 'abs/core/system-templates/PKGBUILD')
-rwxr-xr-x | abs/core/system-templates/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/system-templates/PKGBUILD b/abs/core/system-templates/PKGBUILD index 94650c9..7383068 100755 --- a/abs/core/system-templates/PKGBUILD +++ b/abs/core/system-templates/PKGBUILD @@ -1,6 +1,6 @@ pkgname=system-templates pkgver=2.0 -pkgrel=1 +pkgrel=2 conflicts=( ) pkgdesc="Templates used for system configuration" depends=() @@ -14,3 +14,4 @@ build() { rsync -r --exclude=.svn ../templates $MVDIR/ } +md5sums=() |