Changeset 125 for trunk/Makefile.in


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).

File:
1 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 \
Note: See TracChangeset for help on using the changeset viewer.