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: http://svn.enlightenment.org/svn/e/trunk/ecore@39694 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

debian/rules

index 9c005df..52680f5 100755 (executable)
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-DEB_CONFIGURE_SCRIPT := ./autogen.sh
+DEB_CONFIGURE_SCRIPT := ./autogen.sh --prefix=/usr
 DEB_INSTALL_MANPAGES_libecore-bin := debian/ecore_config.1
 DEB_DH_STRIP_ARGS := --dbg-package=libecore-dbg
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-ecore-fb --disable-ecore-directfb \