rpms/bigloo/devel bigloo.spec,1.38,1.39

Michel Alexandre Salim salimma at fedoraproject.org
Fri Jul 2 18:26:14 UTC 2010


Author: salimma

Update of /cvs/pkgs/rpms/bigloo/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20353/devel

Modified Files:
	bigloo.spec 
Log Message:
fix generation of .elc files



Index: bigloo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bigloo/devel/bigloo.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- bigloo.spec	2 Jul 2010 16:29:58 -0000	1.38
+++ bigloo.spec	2 Jul 2010 18:26:13 -0000	1.39
@@ -219,7 +219,9 @@ EOF
   cd $RPM_BUILD_ROOT%{_emacs_sitelispdir}/bigloo
   rm bmacs-xemacs.el xemacs-etags.el
   for f in *.el; do
-    [ -f ${f}c ] || emacs -batch -q -f batch-byte-compile ${f}
+    [ -f ${f}c ] || \
+     emacs -no-site-file -eval '(setq load-path (cons "." load-path))' \
+       -batch -q -f batch-byte-compile ${f}
   done
 )
 



More information about the scm-commits mailing list