[csw-devel] SF.net SVN: gar:[22047] csw/mgar/pkg/lang-python/pyqt/trunk/Makefile
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Sat Sep 28 10:09:47 CEST 2013
Revision: 22047
http://gar.svn.sourceforge.net/gar/?rev=22047&view=rev
Author: pfelecan
Date: 2013-09-28 08:09:46 +0000 (Sat, 28 Sep 2013)
Log Message:
-----------
lang-python/pyqt/trunk: don't fail if a directory doesn't exist
Modified Paths:
--------------
csw/mgar/pkg/lang-python/pyqt/trunk/Makefile
Modified: csw/mgar/pkg/lang-python/pyqt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pyqt/trunk/Makefile 2013-09-27 23:25:41 UTC (rev 22046)
+++ csw/mgar/pkg/lang-python/pyqt/trunk/Makefile 2013-09-28 08:09:46 UTC (rev 22047)
@@ -110,7 +110,7 @@
ggrep -v '^[.]/pyqtconfig.py$$' | \
xargs rm \
&& \
- rmdir \
+ rmdir -f \
./phonon \
./Qt \
./QtCore \
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