aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2013-10-22 19:03:48 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-08 12:25:52 +0200
commite00f28c32656df23882e1774daf509fc30a92e0b (patch)
tree4f61613d469bb528887ef37e6db386e08edf3c3e
parentb198056c95651365cc39a8817c0d69d8a7bf6f7e (diff)
downloadpkgbuilds-e00f28c32656df23882e1774daf509fc30a92e0b.tar.xz
Replace package function with sincle install command
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a4e3a9..2abc9e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,9 +13,7 @@ source=("http://tlundqvist.org/sv_dvorak/drivers/se_sv_dvorak_new.xorg")
md5sums=('1e4a2818c89e60001a1ec2d98911a0a0')
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
+ install -Dm644 se_sv_dvorak_new.xorg "$pkgdir"/usr/share/X11/xkb/symbols/se_sv_dvorak
}
# vim: set ts=4 sw=4 noet: