[700] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r759 - trunk/owl

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:08:49 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Fri,  7 Sep 2007 00:13:46 -0400 (EDT)

Author: nelhage
Date: 2007-09-07 00:13:45 -0400 (Fri, 07 Sep 2007)
New Revision: 759

Modified:
   trunk/owl/Makefile.in
Log:
Adding an explicit -f - to the tar commands for FreeBSD compatibility
(reported by ecprice)


Modified: trunk/owl/Makefile.in
===================================================================
--- trunk/owl/Makefile.in	2007-08-27 23:17:20 UTC (rev 758)
+++ trunk/owl/Makefile.in	2007-09-07 04:13:45 UTC (rev 759)
@@ -126,7 +126,7 @@
 	${INSTALL_DATA} doc/owl.1 ${DESTDIR}${mandir}/man1/barnowl.1
 	${INSTALL} -d ${DESTDIR}${datadir}/lib
 	${INSTALL} -d ${DESTDIR}${datadir}/modules
-	tar -C perl/lib --exclude .svn -c . | tar -C ${DESTDIR}${datadir}/lib -x
+	tar -C perl/lib --exclude .svn -cf - . | tar -C ${DESTDIR}${datadir}/lib -xf -
 	for i in $(PERL_MODULES); do \
 		${INSTALL_DATA} perl/modules/$$i/$$i.par ${DESTDIR}${datadir}/modules/$$i.par; \
 	done


home help back first fref pref prev next nref lref last post