From: Fredrik Tolf Date: Wed, 30 Jan 2008 02:21:56 +0000 (+0100) Subject: Fixed some build bugs. X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=ec3c21088dd15c366f765b99532954226b5ad509 Fixed some build bugs. --- diff --git a/debian/doldacond.install b/debian/doldacond.install index 7c02836..24f99e6 100644 --- a/debian/doldacond.install +++ b/debian/doldacond.install @@ -1,6 +1,6 @@ -bin/doldacond -bin/locktouch -bin/tthsum -libexec/speedrec -share/man/man5/doldacond.conf.5 -share/man/man8/doldacond.8 +usr/bin/doldacond +usr/bin/locktouch +usr/bin/tthsum +usr/libexec/speedrec +usr/share/man/man5/doldacond.conf.5 +usr/share/man/man8/doldacond.8 diff --git a/debian/rules b/debian/rules index 42f7407..d1e7451 100755 --- a/debian/rules +++ b/debian/rules @@ -5,4 +5,5 @@ include /usr/share/cdbs/1/class/autotools.mk DEB_CONFIGURE_EXTRA_FLAGS = \ --enable-daemon --enable-gtk2ui --enable-guishell \ - --enable-dolconf --enable-gnomeapplet --enable-pidginplugin + --enable-dolconf --enable-gnomeapplet --enable-pidginplugin \ + --with-guile