cracklib/Makefile

Fri, 12 Oct 2012 21:23:18 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 12 Oct 2012 21:23:18 +0200
changeset 734
6f237b68bce5
permissions
-rw-r--r--

Correct mistakenly double inserted patch code and remove etc/sites,
because of the hard coded nature of Drupal and where it expects to
find domain paths corresponding to a multisite installation. The
correct path is share/sites and is already present.

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

mercurial