X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Makefile;fp=Makefile;h=36e6d2b17406730e4119ede55681e7b8b30d08c5;hb=9785c27a01480f81181062ec169899d1818d349d;hp=0bf501e3fda1953b27c1b4b304443b296de0982e;hpb=3fd998ed3ee398d75c1291f289c894d56e69f3a9;p=ax-make.git diff --git a/Makefile b/Makefile index 0bf501e..36e6d2b 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ SUBDIRS = scripts include Makefile.ax install-local: - install -d -o $(USER) -g $(GROUP) -m 755 \ - $(DESTDIR)$(PREFIX)/share/ax-make - install -p -o $(USER) -g $(GROUP) -m 644 Makefile.ax \ - $(DESTDIR)$(PREFIX)/share/ax-make/Makefile.ax + install -d -o "$(USER)" -g "$(GROUP)" -m 755 \ + "$(DESTDIR)$(PREFIX)/share/ax-make" + install -p -o "$(USER)" -g "$(GROUP)" -m 644 Makefile.ax \ + "$(DESTDIR)$(PREFIX)/share/ax-make/Makefile.ax"