[Lunar-commits] <moonbase-other> steghide: cleanup module
v4hn
me at v4hn.de
Tue Oct 22 17:14:16 CEST 2013
commit c3e62ca3cd7188fc653625909128a8a4dbd9b6e6
Author: v4hn <me at v4hn.de>
Date: Tue, 22 Oct 2013 08:14:02 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/c3e62ca3cd7188fc653625909128a8a4dbd9b6e6
steghide: cleanup module
---
crypto/steghide/BUILD | +4/-9
crypto/steghide/PRE_BUILD | +6/-0
2 files changed, 10 insertions(+), 9 deletions(-)
--- a/crypto/steghide/BUILD
+++ b/crypto/steghide/BUILD
@@ -1,10 +1,5 @@
-patch_it $SOURCE2 1 &&
-
-# this is a hack to get around a libtool-1.4.x versioning problem
-sedit "s/\$(LIBTOOL) --mode=link//g" src/Makefile.in
-
-default_config
-make
-make check
-prepare_install
+default_config &&
+make &&
+make check &&
+prepare_install &&
make install
--- /dev/null
+++ b/crypto/steghide/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+
+patch_it $SOURCE2 1 &&
+
+# this is a hack to get around a libtool-1.4.x versioning problem
+sedit "s/\$(LIBTOOL) --mode=link//g" src/Makefile.in
More information about the Lunar-commits
mailing list