forgot to add --prefix=/usr
authorquaker <quaker@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 24 Mar 2009 19:51:00 +0000 (19:51 +0000)
committerquaker <quaker@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 24 Mar 2009 19:51:00 +0000 (19:51 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/embryo@39694 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

debian/rules

index 5ef548b..af6f426 100755 (executable)
@@ -5,7 +5,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 
 DEB_DH_STRIP_ARGS := --dbg-package=libembryo-dbg
 DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
-DEB_CONFIGURE_SCRIPT := ./autogen.sh
+DEB_CONFIGURE_SCRIPT := ./autogen.sh --prefix=/usr
 DEB_MAKE_CLEAN_TARGET := distclean
 DEB_SOURCE_VERSION := $(shell grep AC_INIT $(DEB_SRCDIR)/configure.ac|sed -e 's/AC_INIT(\[embryo\],\ \[\(.*\)\],\ \[.*@.*\])/\1/g')
 CFLAGS += -fvisibility=hidden