[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (03fd9b0d2b6137cb7d1c314c2d078e1165e5c5b6)
Vlad Glagolev
scm at sourcemage.org
Mon Nov 17 18:13:40 EST 2008
GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:
libs/libcap/HISTORY | 3 +++
libs/libcap/PRE_BUILD | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
New commits:
commit 03fd9b0d2b6137cb7d1c314c2d078e1165e5c5b6
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>
libcap: fixed indent removal for newer version
diff --git a/libs/libcap/HISTORY b/libs/libcap/HISTORY
index bddd144..783bc94 100644
--- a/libs/libcap/HISTORY
+++ b/libs/libcap/HISTORY
@@ -1,3 +1,6 @@
+2008-11-18 Vlad Glagolev <stealth at sourcemage.org>
+ * PRE_BUILD: fixed indent removal for newer version
+
2008-11-17 Ladislav Hagara <hgr at vabo.cz>
* DETAILS: 2.14
diff --git a/libs/libcap/PRE_BUILD b/libs/libcap/PRE_BUILD
index 789a4ea..6116e4a 100755
--- a/libs/libcap/PRE_BUILD
+++ b/libs/libcap/PRE_BUILD
@@ -3,7 +3,7 @@ cd "$SOURCE_DIRECTORY" &&
# note that, yes indeed, they typo'd the extra S
sed -i "s:^COPTFLAGS=.*:COPTFLAG=${CFLAGS}:; \
- s:^LDFLAGS=.*:LDFLAGS=${LDFLAGS}:" Make.Rules &&
+ s:^LDFLAGS=.*:LDFLAGS=${LDFLAGS}:" Make.Rules &&
# there's no indent for gperf..
-sed -i "s:indent -kr ::" libcap/Makefile
+sed -i "s:\$(INDENT)::" libcap/Makefile
More information about the SM-Commit
mailing list