diff options
author | knittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-06-12 16:24:51 +0000 |
---|---|---|
committer | knittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-06-12 16:24:51 +0000 |
commit | ae5e9fd87f9bde9d7cf96c581e234b2b31ca16b4 (patch) | |
tree | 7aadd6a98acc81a562228a3d492527d7b2e90ee8 | |
parent | d0bf3032c8b17028bb8015b83a11d257b41f9906 (diff) |
install option für's makefile
diese entpackt das tar file nach /usr/share/X11/
git-svn-id: https://svn.neo-layout.org@1891 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | linux/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/Makefile b/linux/Makefile index 5a371f4..0a87c6f 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -41,4 +41,7 @@ X/xkb.tgz:X/compat/* X/rules/* X/symbols/* X/types/* clean: rm -f ${FILES} +install:X/xkb.tgz + tar -xzf X/xkb.tgz -C /usr/share/X11/ + .PHONY: clean |