diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2013-10-22 19:03:48 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 12:25:52 +0200 |
commit | e00f28c32656df23882e1774daf509fc30a92e0b (patch) | |
tree | 4f61613d469bb528887ef37e6db386e08edf3c3e /PKGBUILD | |
parent | b198056c95651365cc39a8817c0d69d8a7bf6f7e (diff) | |
download | pkgbuilds-e00f28c32656df23882e1774daf509fc30a92e0b.tar.xz |
Replace package function with sincle install command
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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: |