forgot to add --prefix=/usr

SVN revision: 39694
This commit is contained in:
Daniel Kolesa 2009-03-24 19:51:00 +00:00
parent 968ba75e02
commit d043502c34
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -3,7 +3,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/class/autotools.mk
DEB_CONFIGURE_SCRIPT := ./autogen.sh DEB_CONFIGURE_SCRIPT := ./autogen.sh --prefix=/usr
DEB_MAKE_CLEAN_TARGET := distclean DEB_MAKE_CLEAN_TARGET := distclean
DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath