Might fix #38
This commit is contained in:
@ -4,4 +4,9 @@ nobase_dist_cant_believe_its_not_man_DATA = \
|
||||
de/man1/pam_panic_pw.1.gz
|
||||
|
||||
%.gz: %
|
||||
gzip -c $< >$@
|
||||
{ ppf=$$(echo "$(PPASSFILE)" | $(SED) 's/\//\\\//g') ; bdr=$$(echo "$(bindir)" | $(SED) 's/\//\\\//g') ; $(SED) "s/__PPASSFILE__/$$ppf/; s/__PAMPANICPW__/$$bdr\/pam_panic\\\\\&.so/" $< >$<.tmp ; }
|
||||
gzip -c $<.tmp >$@
|
||||
|
||||
|
||||
clean-local:
|
||||
rm ./*/*.tmp ./*/*.gz ./*/*/*.tmp ./*/*/*.g
|
||||
|
Reference in New Issue
Block a user