[SVN-Commit] r1410 - trunk/www/linux-seamonkey

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Sun Dec 1 00:59:32 UTC 2013


Author: jbeich
Date: Sun Dec  1 00:59:17 2013
New Revision: 1410

Log:
oops, resolve symlinks

Modified:
   trunk/www/linux-seamonkey/Makefile.common

Modified: trunk/www/linux-seamonkey/Makefile.common
==============================================================================
--- trunk/www/linux-seamonkey/Makefile.common	Wed Nov 27 11:34:58 2013	(r1409)
+++ trunk/www/linux-seamonkey/Makefile.common	Sun Dec  1 00:59:17 2013	(r1410)
@@ -59,7 +59,7 @@
 		${WRKSRC}/${APP_SUBDIR}plugins
 . if defined(WANT_GTK218)
 .  for f in ${GTK218_FILES}
-	@${MV} ${WRKDIR}/${f} ${WRKSRC}
+	@${CP} -p ${WRKDIR}/${f} ${WRKSRC}
 	@${ECHO_CMD} ${f:T} >>${WRKSRC}/dependentlibs.list
 .  endfor
 	@${REINPLACE_CMD} -i '' '/libxul/ { h; d; }; $$G' \


More information about the freebsd-gecko mailing list