[xml/sgml-commit] r83 - packages/libxslt/trunk/debian

Mike Hommey glandium-guest@haydn.debian.org
Mon, 19 Apr 2004 03:21:06 -0600


Author: glandium-guest
Date: 2004-04-19 03:21:04 -0600 (Mon, 19 Apr 2004)
New Revision: 83

Modified:
   packages/libxslt/trunk/debian/rules
Log:
Changed the python/libxslt-py.c workaround to actually work.


Modified: packages/libxslt/trunk/debian/rules
===================================================================
--- packages/libxslt/trunk/debian/rules	2004-04-19 09:13:52 UTC (rev 82)
+++ packages/libxslt/trunk/debian/rules	2004-04-19 09:21:04 UTC (rev 83)
@@ -78,7 +78,8 @@
 		dh_installdirs
 		$(MAKE) install prefix=$(PWD)/$(TMP_DIR)/usr
 		-test -r python/libxslt-py.c-tmp && \
-		mv -f python/libxslt-py.c-tmp python/libxslt-py.c
+		cat python/libxslt-py.c-tmp > python/libxslt-py.c && \
+		rm -f python/libxslt-py.c-tmp
 		touch install-stamp
 
 binary-indep: