X-Git-Url: https://arthur.barton.de/gitweb/?p=ax-unix.git;a=blobdiff_plain;f=lib%2Fax%2FMakefile;h=c7e80354e7e3c43b24be790fd04aac2724d9a808;hp=a5e677fd4dc0248c25afd6725d26c27b502f69fb;hb=79574a461a0c3693bb9f250fd85062d0459b9db6;hpb=919089768cefcc9fa4965b073598c39473cbee91 diff --git a/lib/ax/Makefile b/lib/ax/Makefile index a5e677f..c7e8035 100644 --- a/lib/ax/Makefile +++ b/lib/ax/Makefile @@ -13,9 +13,9 @@ ALL = README ax-common.sh include ../../Makefile.ax install-local: ax-common.sh - install -d -o $(USER) -g $(GROUP) -m 755 \ - $(DESTDIR)$(PREFIX)/lib/ax - install -p -o $(USER) -g $(GROUP) -m 644 README \ - $(DESTDIR)$(PREFIX)/lib/ax/README - install -p -o $(USER) -g $(GROUP) -m 644 ax-common.sh \ - $(DESTDIR)$(PREFIX)/lib/ax/ax-common.sh + install -d -o "$(USER)" -g "$(GROUP)" -m 755 \ + "$(DESTDIR)$(PREFIX)/lib/ax" + install -p -o "$(USER)" -g "$(GROUP)" -m 644 README \ + "$(DESTDIR)$(PREFIX)/lib/ax/README" + install -p -o "$(USER)" -g "$(GROUP)" -m 644 ax-common.sh \ + "$(DESTDIR)$(PREFIX)/lib/ax/ax-common.sh"