From: Schantl Stefan Date: Mon, 24 May 2010 09:39:47 +0000 (+0200) Subject: sane: Remove hard coded DIR_APP path. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95ed7fb9004e04b87afde0c18ef09732f07ed372;p=ipfire-3.x.git sane: Remove hard coded DIR_APP path. --- diff --git a/pkgs/core/sane/sane.nm b/pkgs/core/sane/sane.nm index fca5459dd..9a27f6a6a 100644 --- a/pkgs/core/sane/sane.nm +++ b/pkgs/core/sane/sane.nm @@ -44,7 +44,7 @@ endef PKG_TARBALL = $(PKG_NAME)-backends-$(PKG_VER).tar.gz -DIR_APP = /usr/src/$(PKG_NAME)-backends-$(PKG_VER) +DIR_APP = $(DIR_SRC)/$(PKG_NAME)-backends-$(PKG_VER) CONFIGURE_OPTIONS += \ --sysconfdir=/etc \