From: Don Armstrong Date: Tue, 6 Mar 2018 21:46:27 +0000 (-0800) Subject: we don't need to ship db-h spool directories X-Git-Tag: release/2.6.0~9 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=edc2ebcab6c66d7e9976495cf944d9c7599ee997 we don't need to ship db-h spool directories --- 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);)