X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Ftarget.mk;h=ab4a8995c7e7f12842e26754c70aec77e0e181eb;hb=d1f512dc5379536f0b75ab7e7be5933d0226b0ec;hp=625d58152d2f04977adefe9d211ec4ff72605932;hpb=950c7dc13e9e5be6b3cb8ead25c2650de21c2ef8;p=ghc-hetmet.git diff --git a/mk/target.mk b/mk/target.mk index 625d581..ab4a899 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -681,6 +681,17 @@ install-dirs :: # within the various install targets instead. #install:: install-dirs +# +# Setting user/group ownership for the installed entities +# +ifneq "$(INSTALL_OWNER)" "" +SRC_INSTALL_OPTS += -o $(INSTALL_OWNER) +endif +ifneq "$(INSTALL_GROUP)" "" +SRC_INSTALL_OPTS += -g $(INSTALL_GROUP) +endif + + ifneq "$(INSTALL_PROGS)" "" #