[Lunar-commits] <moonbase-other> antiword: fix the compile.
    Florin Braescu 
    florin at lunar-linux.org
       
    Sun Aug 12 18:26:33 CEST 2012
    
    
  
commit d87182017c2f442a23a7b27a536025bd822feea4
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 12 Aug 2012 09:26:33 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/d87182017c2f442a23a7b27a536025bd822feea4
antiword: fix the compile.
---
  doc-tools/antiword/BUILD                                     +2/-0     
  1 files changed, 2 insertions (+), 0 deletions (-)
--- a/doc-tools/antiword/BUILD
+++ b/doc-tools/antiword/BUILD
@@ -1,7 +1,9 @@
 (
 
   sedit "s/\$(OPT) \-D\$(DB)/\\$CFLAGS  -D\$(DB)/" Makefile.Linux &&
+  sedit "s/\$(HOME)\/./\/etc\//" Makefile.Linux &&
   sedit "s/INSTALL_DIR = \$(HOME)\/bin/INSTALL_DIR = \/usr\/bin/" Makefile.Linux &&
+  sedit "s/local\/bin/bin/" Makefile.Linux &&
   sedit "s/750/755/g" Makefile.Linux &&
   sedit "s/\/opt\/antiword\/share/\/usr\/share\/antiword/" antiword.h &&
 
    
    
More information about the Lunar-commits
mailing list