masqmail

diff Makefile.am @ 422:bdbedce60247

Remove `input' dir in spool dir. Spooled files are in spool dir directly now. There's no more need to have any sub directories in the spool dir at all.
author markus schnalke <meillo@marmaro.de>
date Wed, 30 May 2012 10:27:10 +0200
parents f37384470855
children a19e47ebbb33
line diff
     1.1 --- a/Makefile.am	Wed May 30 09:38:38 2012 +0200
     1.2 +++ b/Makefile.am	Wed May 30 10:27:10 2012 +0200
     1.3 @@ -46,12 +46,10 @@
     1.4  
     1.5  spool_dir:
     1.6  	install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@
     1.7 -	install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/input
     1.8  
     1.9  rm-spool_dir:
    1.10  	: # removal fails if the dirs are non-empty
    1.11  	: # this prevents losing spooled files
    1.12 -	rmdir $(DESTDIR)@with_spooldir@/input
    1.13  	rmdir $(DESTDIR)@with_spooldir@
    1.14  
    1.15  rmail: