From ec3c21088dd15c366f765b99532954226b5ad509 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Wed, 30 Jan 2008 03:21:56 +0100 Subject: [PATCH] Fixed some build bugs. --- debian/doldacond.install | 12 ++++++------ debian/rules | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) 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 -- 2.11.0