[Lunar-commits] <moonbase> unrar: fix build

Zbigniew Luszpinski zbiggy at lunar-linux.org
Wed Jun 6 00:01:29 CEST 2012


commit d942ebdf11bc7b3bd3beba40e1e484ffc5c2d797
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Wed Jun 6 00:01:29 2012 +0200

    unrar: fix build
---
 archive/unrar/BUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/archive/unrar/BUILD b/archive/unrar/BUILD
index 93fb38c..3b5e96d 100644
--- a/archive/unrar/BUILD
+++ b/archive/unrar/BUILD
@@ -5,13 +5,13 @@
   cp makefile.unix Makefile &&
   sedit '/^CXXFLAGS/d' Makefile &&
   make clean &&
-  make sfx &&
-  make clean &&
+#  make sfx &&
+#  make clean &&
   make unrar lib &&
   prepare_install &&
   make install-unrar &&
   make install-lib &&
-  install default.sfx /usr/lib/ &&
+#  install default.sfx /usr/lib/ &&
 
   # Needed because gather_docs is confused by PRE_BUILD
   mkdir -p $DOCUMENT_DIRECTORY/unrar &&


More information about the Lunar-commits mailing list