aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Löthberg <demizide@gmail.com>2013-08-22 17:01:28 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-08 12:25:52 +0200
commitb0cb4a1bd85697265b2d5b620c21b777dbee0d81 (patch)
treea0ec480c389577759eaa4c42eec77e6f563e8b27 /PKGBUILD
parent6a58d7110d6a20cb839f4302cf15e3fb25edd484 (diff)
downloadpkgbuilds-b0cb4a1bd85697265b2d5b620c21b777dbee0d81.tar.xz
Switched build() to package() in sv_dvorak
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ec83c3..2bcbfba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=sv_dvorak
pkgver=1
-pkgrel=2
+pkgrel=3
pkgdesc="A (non-standard) Swedish dvorak keyboard layout. (Xorg driver, for console driver checkout the dvorak-se package.)"
arch=(any)
url="http://tlundqvist.org/sv_dvorak/"
@@ -12,7 +12,7 @@ install=sv_dvorak.install
source=("http://tlundqvist.org/sv_dvorak/drivers/se_sv_dvorak_new.xorg")
md5sums=('1e4a2818c89e60001a1ec2d98911a0a0')
-build() {
+package() {
mkdir -p ${pkgdir}/usr/share/X11/xkb/symbols/
install -Dm644 ${srcdir}/se_sv_dvorak_new.xorg ${pkgdir}/usr/share/X11/xkb/symbols/se_sv_dvorak
}