dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 4deb96ca76e95a6f63506442e015f5c89c20a673
parent ef8da69107b762d25fa7defadbcf514117f13f01
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sun, 17 Oct 2010 10:32:09 +1000

can use DEFAULT_SRC_CONFIGURE_PARAMS

Diffstat:
Mpackages/x11-misc/gmrun/gmrun-0.9.2.exheres-0 | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/packages/x11-misc/gmrun/gmrun-0.9.2.exheres-0 b/packages/x11-misc/gmrun/gmrun-0.9.2.exheres-0
@@ -18,13 +18,10 @@ DEPENDENCIES="
 
 BUGS_TO="djc@djc.id.au"
 
+DEFAULT_SRC_CONFIGURE_PARAMS="--hates=docdir"
 DEFAULT_SRC_PREPARE_PATCHES=(
     "${FILES}/missing-headers.patch"
     "${FILES}/scandir-compar-prototype.patch"
     "${FILES}/strncasecmp.patch"
     "${FILES}/gmrun-0.9.2-sysconfdir.patch"
 )
-
-src_configure() {
-    econf --hates=docdir
-}