[Lunar-commits] r24486 - moonbase/trunk/zbeta/emacs-cvs

Stefan Wold ratler at lunar-linux.org
Sun May 20 14:37:49 CEST 2007


Author: ratler
Date: 2007-05-20 14:37:49 +0200 (Sun, 20 May 2007)
New Revision: 24486

Modified:
   moonbase/trunk/zbeta/emacs-cvs/BUILD
Log:
Fix to keep installwatch to catch all info files which then would be removed next time you lin emacs-cvs

Modified: moonbase/trunk/zbeta/emacs-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/emacs-cvs/BUILD	2007-05-20 05:29:01 UTC (rev 24485)
+++ moonbase/trunk/zbeta/emacs-cvs/BUILD	2007-05-20 12:37:49 UTC (rev 24486)
@@ -2,6 +2,8 @@
    #combreloc linker options fscks up things here
    LDFLAGS=`echo ${LDFLAGS} | sed "s/-z combreloc//"` 
 
+   # Fix so installwatcher doesn't trigger on _ALL_ info-files
+   sedit '/\-chmod \-R.*$(DESTDIR)${infodir}/ s;$(DESTDIR)${infodir};;' Makefile.in &&
    default_config  &&
    make bootstrap  &&
    prepare_install &&



More information about the Lunar-commits mailing list