install option für's makefile

diese entpackt das tar file nach /usr/share/X11/
This commit is contained in:
knittl 2009-06-12 16:24:51 +00:00
parent dfeaf92c3e
commit eb95eda104
1 changed files with 3 additions and 0 deletions

View File

@ -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