Changeset 125 for trunk


Ignore:
Timestamp:
Sep 10, 2007, 11:50:51 PM (17 years ago)
Author:
rainer
Message:

Fix for ticket #80 ('make deb' fails with --with-config-file).

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    r111 r125  
    856856        echo "Index: /usr/share/doc/@install_name@/manual.html/index.html" >> debian/@install_name@.doc-base; \
    857857        echo "Files: /usr/share/doc/@install_name@/manual.html/*.html" >> debian/@install_name@.doc-base; \
    858         echo $(sysconfdir)/@install_name@rc > debian/conffiles; \
     858        echo @myrpmconffile@ > debian/conffiles; \
    859859        echo /etc/init.d/@install_name@ >> debian/conffiles; \
    860860        if test -f /usr/lib/lsb/install_initd; then \
  • trunk/docs/Changelog

    r124 r125  
    112.3.7:
     2        * Makefile.in: fix 'make deb' target, wrong name of config file
     3          written to debian/conffiles (reported by marc)
    24        * configure.ac: fix incorrect order of with-prelude, enable-static
    35          (libprelude test was always without -static)
Note: See TracChangeset for help on using the changeset viewer.