[rep-gtk] rep-gtk.ebuild.in: libdir already is /lib/ no need to adjust



commit 1db0ba8f53208619dc3c0471a472338a429fcc89
Author: Christopher Roy Bratusek <chris nanolx org>
Date:   Sun Jan 3 12:13:43 2010 +0100

    rep-gtk.ebuild.in: libdir already is /lib/ no need to adjust

 ChangeLog         |    2 ++
 rep-gtk.ebuild.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ba7328e..6fe6da5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,8 @@
 
 	* autogen.sh: call gitclean instead of distclean
 
+	* rep-gtk.ebuild.in: libdir already is $prefix/lib/ no need to adjust
+
 2010-01-02  Christopher Bratusek <zanghar freenet de>
 	* rep-gtk.h
 	* build-gtk.jl: update for librep 0.90.5 header directory change
diff --git a/rep-gtk.ebuild.in b/rep-gtk.ebuild.in
index 9830065..94374d1 100644
--- a/rep-gtk.ebuild.in
+++ b/rep-gtk.ebuild.in
@@ -23,7 +23,7 @@ src_unpack() {
 }
 
 src_compile() {
-	econf --libdir=/usr/$(get_libdir) || die "configure failed"
+	econf || die "configure failed"
 	emake || die "make failed"
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]