From ae5e9fd87f9bde9d7cf96c581e234b2b31ca16b4 Mon Sep 17 00:00:00 2001 From: knittl Date: Fri, 12 Jun 2009 16:24:51 +0000 Subject: =?UTF-8?q?install=20option=20f=C3=BCr's=20makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit diese entpackt das tar file nach /usr/share/X11/ git-svn-id: https://svn.neo-layout.org@1891 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3