]> granicus.if.org Git - fcron/commitdiff
Fixed fcron.conf path to install from in Makefile (generated file -> not in $SRCDIR) ver3_0_6
authorthib <thib@berseker.(none)>
Mon, 5 Apr 2010 19:20:08 +0000 (20:20 +0100)
committerthib <thib@berseker.(none)>
Mon, 5 Apr 2010 19:26:36 +0000 (20:26 +0100)
Makefile.in
doc/en/changes.sgml

index bba9b535635dc007d57fc7c21ef142415ab4e1e4..05bb04b802c2cf56cee0cba67056eef53ed30fdf 100644 (file)
@@ -152,7 +152,7 @@ ifeq ($(FCRONDYN), 1)
        $(INSTALL) -m 755 fcrondyn $(DESTDIR)$(DESTBIN)
 endif
        if test ! -f $(DESTDIR)$(ETC)/fcron.allow -a ! -f $(DESTDIR)$(ETC)/fcron.deny ; then $(INSTALL) -m 644 $(SRCDIR)/files/fcron.allow $(DESTDIR)$(ETC) ; $(INSTALL) -m 644 $(SRCDIR)/files/fcron.deny $(DESTDIR)$(ETC) ; fi
-       test -f $(DESTDIR)$(ETC)/fcron.conf || $(INSTALL) -m 644 $(SRCDIR)/files/fcron.conf $(DESTDIR)$(ETC)
+       test -f $(DESTDIR)$(ETC)/fcron.conf || $(INSTALL) -m 644 files/fcron.conf $(DESTDIR)$(ETC)
 
        make -C doc install-staged
 
index b9ce64827da085b730800126479b55d5be1b935c..9ee6b3ed3be1874f7b1cb1ae2c6f548801e8d0fb 100644 (file)
@@ -27,6 +27,9 @@ A copy of the license is included in gfdl.sgml.
         <listitem>
            <para>Added option -c to check_system_crontabs.sh to specify a fcron.conf file to use</para>
         </listitem>
+        <listitem>
+           <para>Fixed Makefile bug preventing installation when building from a different folder than the sources (wrong fcron.conf path)</para>
+        </listitem>
       </itemizedlist>
 
       <itemizedlist>