[Lunar-commits] <moonbase> mousepad: fix BUILD script
Duncan Gibson
engelsman at lunar-linux.org
Sat Nov 14 21:47:41 CET 2009
commit dfab43a2c7339c28af68bb334af8c237cefca8eb
Author: Guillaume <sirocco at gmx.fr>
Date: Sat Nov 14 21:47:41 2009 +0100
mousepad: fix BUILD script
---
xfce4/apps/mousepad/BUILD | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/xfce4/apps/mousepad/BUILD b/xfce4/apps/mousepad/BUILD
index 4702d71..0f9b645 100644
--- a/xfce4/apps/mousepad/BUILD
+++ b/xfce4/apps/mousepad/BUILD
@@ -1,14 +1,9 @@
(
-
[ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc
# make sure proper PKG_CONFIG_PATH is set
export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
-
- ./configure --build=$BUILD \
- --prefix=${MODULE_PREFIX} \
- $OPTS &&
- default_make
+ default_build
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list