]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
We need to install all the template's files, now that they can include other
authorAidan Van Dyk <aidan@ifax.com>
Fri, 9 Feb 2007 18:47:08 +0000 (18:47 +0000)
committerAidan Van Dyk <aidan@ifax.com>
Fri, 9 Feb 2007 18:47:08 +0000 (18:47 +0000)
files.

etc/Makefile.in

index 6736d0c8a9eac85d7b17cdeef19a222b530f5ea0..a7bef17668ae83a8aba27c19bf4b7d0354bb73a3 100644 (file)
@@ -103,7 +103,7 @@ install: default
        for d in ${TEMPLATES}; do \
                ${INSTALL} -u ${FAXUSER} -g ${FAXGROUP} -m ${DIRMODE} \
                    -idb hylafax.sw.server -dir -F ${SPOOL}/etc/templates $$d; \
-               for f in templates/$$d/*.txt; do \
+               for f in templates/$$d/*; do \
                        ${PUTSAMPLE} -F ${SPOOL}/etc/templates/$$d -m 644 -src $$f `basename $$f`; \
                done; \
        done;