about summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 23ed90bc..701bf6b4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,7 +44,7 @@ rpm: distcheck
 
 deb:
 	[ -f debian/rules ] || ln -s contrib/Debian debian
-	dpkg-buildpackage -rfakeroot
+	dpkg-buildpackage -rfakeroot -i
 
 osxpkg:
 	@packagemaker >/dev/null 2>&1; [ $$? -ge 1 ] \