[csw-devel] SF.net SVN: gar:[5689] csw/mgar/pkg/phpmode/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Tue Jul 28 15:45:20 CEST 2009
Revision: 5689
http://gar.svn.sourceforge.net/gar/?rev=5689&view=rev
Author: bdwalton
Date: 2009-07-28 13:45:20 +0000 (Tue, 28 Jul 2009)
Log Message:
-----------
remove executable bit from elisp files
Modified Paths:
--------------
csw/mgar/pkg/phpmode/trunk/Makefile
Modified: csw/mgar/pkg/phpmode/trunk/Makefile
===================================================================
--- csw/mgar/pkg/phpmode/trunk/Makefile 2009-07-28 13:44:04 UTC (rev 5688)
+++ csw/mgar/pkg/phpmode/trunk/Makefile 2009-07-28 13:45:20 UTC (rev 5689)
@@ -52,5 +52,6 @@
( gmkdir -p $(DESTDIR)/$(LISPDIR) $(DESTDIR)/$(INFODIR); \
emacs -batch -f batch-byte-compile $(WORKSRC)/php-mode.el; \
cp $(WORKSRC)/php-mode.el* $(DESTDIR)$(LISPDIR); \
+ chmod -x $(DESTDIR)$(LISPDIR)/*; \
cp $(WORKSRC)/*info $(DESTDIR)/$(INFODIR) )
@$(MAKECOOKIE)
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list