diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 217ad7e..2b4b266 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ # build-arch and build-indep targets by Bill Allombert 2001 # Uncomment this to turn on verbose mode. -export DH_VERBOSE=1 +# export DH_VERBOSE=1 # This has to be exported to make some magic below work. export DH_OPTIONS @@ -66,7 +66,7 @@ install: build install -m755 agent/exilog_agent.pl ${DESTDIR}/usr/sbin install -m755 agent/exilog_cleanup.pl ${DESTDIR}/usr/sbin # config - install -m640 exilog.conf-example ${DESTDIR}/etc/exilog/exilog.conf.dist + install -m640 conf/exilog.conf-example ${DESTDIR}/etc/exilog/exilog.conf.dist # Build architecture-independent files here. binary-indep: build install |