make: Support CGI installation type

Add support for cgi scripts, installed into
/home/wwwrun/local/cgi-bin
This commit is contained in:
Jan Lindemann 2009-02-20 13:31:30 +00:00 committed by Jan Lindemann
commit a0288808cc
4 changed files with 24 additions and 1 deletions

View file

@ -250,7 +250,7 @@ check_not_empty_$(1):
fi
endef
INSTALLATION_FILE_TYPES = LIB PI HDR EXE SCRIPT INIT DOC PROFILE MAKE CFG SYSCFG IMG LOG JAVA LD_CONF
INSTALLATION_FILE_TYPES = LIB PI HDR EXE SCRIPT INIT DOC PROFILE MAKE CFG SYSCFG IMG LOG JAVA LD_CONF CGI
#$(foreach attr,OWNER GROUP MODE,$(foreach type, $(INSTALLATION_FILE_TYPES),\
# $(eval $(call std_install_rules,$(type)$(attr)))))