X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=8a4677a57646093ea6f137587b8368430d6a68ee;hb=edc2ebcab6c66d7e9976495cf944d9c7599ee997;hp=63cb917dea98e6f93a131876b9a8d07edf70e12d;hpb=79c8184cd232d0de77e89828655f87c9510c7ec3;p=debbugs.git diff --git a/Makefile b/Makefile index 63cb917..8a4677a 100644 --- a/Makefile +++ b/Makefile @@ -55,12 +55,6 @@ $(var_dir)/www/css \ $(var_dir)/spool/lock $(var_dir)/spool/archive $(var_dir)/spool/incoming \ $(var_dir)/spool/db-h $(scripts_dir) $(examples_dir) $(man8_dir); \ do test -d $$dir || $(install_exec) -d $$dir; done -# we shouldn't ship db-h spool directories - # make db-h spool dirs if they don't exist -# cd $(var_dir)/spool/db-h; \ -# for dir in $(shell seq -w 00 99); \ -# do test -d $$dir || $(install_exec) -d $$dir; done - # install the scripts $(foreach script,$(scripts_in), $(install_exec) scripts/$(script) $(scripts_dir);)