Changeset 65 for trunk/Makefile.in


Ignore:
Timestamp:
Oct 29, 2006, 11:33:21 PM (18 years ago)
Author:
rainer
Message:

Fix some minor bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    r60 r65  
    819819
    820820deb-run:
    821         @maintainer=`gpg --list-secret-keys | grep 'sec ' | cut -d" " -f 5-`;\
     821        @maintainer=`gpg --list-secret-keys | grep 'sec ' | cut -d" " -f 5- | sed 's/^ *//' | sed q1`;\
    822822        if test "x$$maintainer" = x; then \
    823823                maintainer="Nobody Nowhere <nobody@example.com>"; \
     
    851851        echo $(sysconfdir)/@install_name@rc > debian/conffiles; \
    852852        echo /etc/init.d/@install_name@ >> debian/conffiles; \
    853         cp init/samhain.startLinux debian/@install_name@.init; \
     853        if test -f /usr/lib/lsb/install_initd; then \
     854          cp init/samhain.startLSB debian/@install_name@.init; \
     855        else \
     856          cp init/samhain.startLinux debian/@install_name@.init; \
     857        fi; \
    854858        echo "Source: samhain"     > debian/control; \
    855859        echo "Section: admin"     >> debian/control; \
Note: See TracChangeset for help on using the changeset viewer.