[Lunar-commits] <moonbase> enca: An adjustment to the BUILD.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Feb 21 21:17:43 CET 2010
commit 8e0d82a4036300f6b2a6d75d868d3543183884f6
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Feb 21 15:17:43 2010 -0500
enca: An adjustment to the BUILD.
---
libs/enca/BUILD | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/libs/enca/BUILD b/libs/enca/BUILD
index a8c7365..e3d21e2 100644
--- a/libs/enca/BUILD
+++ b/libs/enca/BUILD
@@ -1,13 +1,7 @@
(
-# It borks if these are present.
- if [ -f /usr/share/man/man1/enconv.1 ] ; then
- rm /usr/share/man/man1/enconv.1
- fi &&
-
- if [ -f /usr/bin/enconv ] ; then
- rm /usr/bin/enconv
- fi &&
+# It fails on a non-forced ln. Simpler than the non-sense I had before.
+ sedit "s:ln -s: ln -sf:g" configure &&
default_build
More information about the Lunar-commits
mailing list