Revision: 655
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=655&view=rev
Author: mithro
Date: 2008-07-15 22:01:33 -0700 (Tue, 15 Jul 2008)
Log Message:
-----------
Fixed the stamp file output.
Modified Paths:
--------------
trunk/python-ogre/debian/rules
Modified: trunk/python-ogre/debian/rules
===================================================================
--- trunk/python-ogre/debian/rules 2008-07-16 04:59:12 UTC (rev 654)
+++ trunk/python-ogre/debian/rules 2008-07-16 05:01:33 UTC (rev 655)
@@ -28,7 +28,7 @@
LD_PRELOAD='' python BuildModule.py --usesystem --failhard -g -c ogreforests
# LD_PRELOAD='' python BuildModule.py --usesystem --failhard -g -c ogreal
LD_PRELOAD='' python BuildModule.py --usesystem --failhard -g -c watermesh
- touch $@-stamp
+ touch $@
build-python%:
dh_testdir
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|