You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tashi-commits@incubator.apache.org by st...@apache.org on 2012/02/22 22:10:12 UTC

svn commit: r1292541 - /incubator/tashi/trunk/Makefile

Author: stroucki
Date: Wed Feb 22 22:10:12 2012
New Revision: 1292541

URL: http://svn.apache.org/viewvc?rev=1292541&view=rev
Log:
Makefile: no problem if incubator group doesn't exist.

Modified:
    incubator/tashi/trunk/Makefile

Modified: incubator/tashi/trunk/Makefile
URL: http://svn.apache.org/viewvc/incubator/tashi/trunk/Makefile?rev=1292541&r1=1292540&r2=1292541&view=diff
==============================================================================
--- incubator/tashi/trunk/Makefile (original)
+++ incubator/tashi/trunk/Makefile Wed Feb 22 22:10:12 2012
@@ -33,7 +33,7 @@ package: src DISCLAIMER INSTALL LICENSE 
 	mkdir apache-tashi
 	cp -rp doc etc Makefile src DISCLAIMER INSTALL LICENSE NOTICE README apache-tashi/
 	find apache-tashi -type d -name ".svn"|xargs rm -rf
-	chgrp -R incubator apache-tashi
+	-chgrp -R incubator apache-tashi
 	tar zcf apache-tashi.tar.gz apache-tashi
 	rm -rf apache-tashi