freebsd-ports/www/moonshine/files/patch-xulrunner-Makefile.am
Romain Tartière 03501f9b1d Update to 0.7.
PR:		ports/148851
Submitted by:	decke@
2010-08-03 16:18:58 +00:00

11 lines
355 B
Text

--- xulrunner/Makefile.am.orig 2010-06-22 21:46:11.000000000 +0200
+++ xulrunner/Makefile.am 2010-07-19 10:25:41.000000000 +0200
@@ -55,7 +55,7 @@
chrome/content/player/%: $(top_srcdir)/player/%
mkdir -p $(dir $@)
- cp -a $< $@
+ cp -RpP $< $@
XULAPP_FILES = `find $(srcdir)/chrome $(srcdir)/defaults application.ini -type f | grep -v debug.js`