Wed, 12 Sep 2012 18:46:46 +0200
Correct problem of missing datadir (/share) directory, caused by recent
policy change of distribution of empty virus definitions in
database/Makefile.in. Additionally correct the permissions of
the datadir to allow freshclam(1) to properly write to it.
michael@572 | 1 | |
michael@572 | 2 | PREFIX = @l_prefix@ |
michael@572 | 3 | LIBDIR = $(PREFIX)/lib/cracklib |
michael@572 | 4 | DICTDIR = $(PREFIX)/share/cracklib |
michael@572 | 5 | FORMAT = $(PREFIX)/sbin/cracklib-format |
michael@572 | 6 | PACKER = $(PREFIX)/sbin/cracklib-packer |
michael@572 | 7 | |
michael@572 | 8 | all: |
michael@572 | 9 | $(FORMAT) $(DICTDIR)/*.txt | $(PACKER) $(LIBDIR)/pw_dict |
michael@572 | 10 |