diff options
author | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-05-21 13:51:33 +0000 |
---|---|---|
committer | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-05-21 13:51:33 +0000 |
commit | 9a46e7c4d920610af1941d4c84b6759cfe5093c2 (patch) | |
tree | 03142387440da677d6b4b1ab4bf4348044100ff4 /linux | |
parent | 2e6ea8cb0ef7986826094765268d3d4c1c34274d (diff) |
die verzeichnisse .svn solllten nicht mit ins archiv – leider hat das aber mit dem fehler nichts zu tun
git-svn-id: https://svn.neo-layout.org@1872 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile index a5e8f72..36f7be0 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -36,7 +36,7 @@ X/xkb.tgz:X/rules/* X/symbols/* X/types/* cd X; \ chmod u=rw,g=r,o=r rules/* symbols/* types/*; \ tar -cz --transform='s,^,xkb/,' \ - -f xkb.tgz rules symbols types + -f xkb.tgz rules/base symbols/{de,level3,level5,shift} types/level5 clean: rm -f ${FILES} |