bin, make, scripts: Copy scripts to $(MODDIR)/bin

This commit is contained in:
Jan Lindemann 2002-07-02 16:04:41 +00:00 committed by Jan Lindemann
commit 5700573a46
7 changed files with 78 additions and 29 deletions

View file

@ -38,8 +38,8 @@ include $(MODDIR)/make/scripts.mk
all:
$(INSTALL_BINDIR):
$(INSTALL) -o root -g root -m 755 -d $@
#$(INSTALL_BINDIR):
# $(INSTALL) -o root -g root -m 755 -d $@
#install: $(EXEDIR) $(CONFDIR)
# $(INSTALL) *.sh -m 755 $(EXEDIR)/
@ -48,6 +48,6 @@ $(INSTALL_BINDIR):
#clean distclean libclean:
# rm -rf *~ .*.swp core *.rep
install: $(INSTALL_BINDIR) $(INSTALLED_EXE_SH)
install: all $(INSTALL_BINDIR) $(INSTALLED_EXE_SH)
profclean: