[Lunar-commits] <moonbase> exaile: Adjusting the BUILD so plugins are installed in /usr/share not /usr/local.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Dec 27 13:47:44 CET 2011


commit f820ed2164e2698006ebcdc8e3a1152af1f770a1
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Dec 27 07:47:44 2011 -0500

    exaile: Adjusting the BUILD so plugins are installed in /usr/share not /usr/local.
---
 audio/exaile/BUILD |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/audio/exaile/BUILD b/audio/exaile/BUILD
index 0900ac3..d484912 100644
--- a/audio/exaile/BUILD
+++ b/audio/exaile/BUILD
@@ -1,6 +1,8 @@
 (
 
-  sedit "s/\/usr\/local/\/usr/" Makefile &&
+  sedit "s:/usr/local:/usr:g" Makefile &&
+  sedit "s:/usr/local:/usr:g" plugins/Makefile &&
+
   default_make
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list