From 1b3d60ea886bd61270ea098955d5fc2c7f863b00 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 27 May 2024 21:40:27 +0200 Subject: [PATCH] use install command --- prospero/Makefile.in | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/prospero/Makefile.in b/prospero/Makefile.in index 55f547c..70eeb15 100755 --- a/prospero/Makefile.in +++ b/prospero/Makefile.in @@ -37,19 +37,19 @@ all: all_subdirs install: installdirs installfiles installdirs: - -mkdir $(DIR755) $(DIR1777) - -chown $(OWNER) $(DIR755) $(DIR1777) - -chgrp $(GROUP) $(DIR755) $(DIR1777) - -chmod 755 $(DIR755) - -chmod 1777 $(DIR1777) +# -mkdir $(DIR755) $(DIR1777) +# -chown $(OWNER) $(DIR755) $(DIR1777) +# -chgrp $(GROUP) $(DIR755) $(DIR1777) +# -chmod 755 $(DIR755) +# -chmod 1777 $(DIR1777) # alternative version of above if you have a good version of (INSTALL) available: -#-for i in $(DIR755) ; \ -# do $(INSTALL) -d -o $(OWNER) -g $(GROUP) -m 755 $$i ;\ -# done -#-for i in $(DIR1777) ; \ -# do $(INSTALL) -d -o $(OWNER) -g $(GROUP) -m 1777 $$i ;\ -# done + -for i in $(DIR755) ; \ + do $(INSTALL) -d -o $(OWNER) -g $(GROUP) -m 755 $$i ;\ + done + -for i in $(DIR1777) ; \ + do $(INSTALL) -d -o $(OWNER) -g $(GROUP) -m 1777 $$i ;\ + done installfiles: -for i in $(BINSUBDIRS); do \