X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.ax;h=aa91fb2cafa28218a36933762608c70f989589b4;hb=4b4bb31891fcb65b60b165cad567f60e9cc0c1b0;hp=916fe1402db5866fac81917e2f4c56ca641aad11;hpb=157b8888a621a07216c73e79b2534d3a7d3b8ed1;p=ax-linux.git diff --git a/Makefile.ax b/Makefile.ax index 916fe14..aa91fb2 100644 --- a/Makefile.ax +++ b/Makefile.ax @@ -8,7 +8,12 @@ # (at your option) any later version. # -AX_SILENT = @ +AX_SILENT ?= @ + +PREFIX ?= /usr/local + +USER ?= $(shell id -un) +GROUP ?= $(shell stat --format=%G $(DESTDIR)$(PREFIX) 2>/dev/null || id -gn) $(SUBDIRS): $(MAKE) -C $@