[csw-devel] SF.net SVN: gar:[4963] csw/mgar/pkg/python/trunk/files
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Tue May 19 21:50:08 CEST 2009
Revision: 4963
http://gar.svn.sourceforge.net/gar/?rev=4963&view=rev
Author: valholla
Date: 2009-05-19 19:50:08 +0000 (Tue, 19 May 2009)
Log Message:
-----------
tweak to let user know it is not frozen
Modified Paths:
--------------
csw/mgar/pkg/python/trunk/files/CSWidle.postinstall
csw/mgar/pkg/python/trunk/files/CSWpython-tk.postinstall
csw/mgar/pkg/python/trunk/files/CSWpython.postinstall
Modified: csw/mgar/pkg/python/trunk/files/CSWidle.postinstall
===================================================================
--- csw/mgar/pkg/python/trunk/files/CSWidle.postinstall 2009-05-19 19:27:40 UTC (rev 4962)
+++ csw/mgar/pkg/python/trunk/files/CSWidle.postinstall 2009-05-19 19:50:08 UTC (rev 4963)
@@ -14,6 +14,7 @@
for file in `find ${PY_LIBDIR}/idlelib -name "*.py[co]" -print`
do
+ echo "Updating Package DB with ${file} ..."
installf ${PKGINST} ${file}
done
installf -f ${PKGINST}
Modified: csw/mgar/pkg/python/trunk/files/CSWpython-tk.postinstall
===================================================================
--- csw/mgar/pkg/python/trunk/files/CSWpython-tk.postinstall 2009-05-19 19:27:40 UTC (rev 4962)
+++ csw/mgar/pkg/python/trunk/files/CSWpython-tk.postinstall 2009-05-19 19:50:08 UTC (rev 4963)
@@ -14,6 +14,7 @@
for file in `find ${PY_LIBDIR}/lib-tk -name "*.py[co]" -print`
do
+ echo "Updating Package DB with ${file} ..."
installf ${PKGINST} ${file}
done
installf -f ${PKGINST}
Modified: csw/mgar/pkg/python/trunk/files/CSWpython.postinstall
===================================================================
--- csw/mgar/pkg/python/trunk/files/CSWpython.postinstall 2009-05-19 19:27:40 UTC (rev 4962)
+++ csw/mgar/pkg/python/trunk/files/CSWpython.postinstall 2009-05-19 19:50:08 UTC (rev 4963)
@@ -15,6 +15,7 @@
for file in `find ${PY_LIBDIR} -name idlelib -prune -o -name lib-tk -prune -o -name site-packages -prune -o -name "*.py[co]" -print`
do
+ echo "Updating Package DB with ${file} ..."
installf ${PKGINST} ${file}
done
installf -f ${PKGINST}
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