[xml/sgml-commit] r208 - packages/libxml2/trunk/debian

Mike Hommey glandium-guest@haydn.debian.org
Sat, 31 Jul 2004 02:13:35 -0600


Author: glandium-guest
Date: 2004-07-31 02:13:19 -0600 (Sat, 31 Jul 2004)
New Revision: 208

Modified:
   packages/libxml2/trunk/debian/rules
Log:
Woops, the restore workaround was in clean target, not install

Modified: packages/libxml2/trunk/debian/rules
===================================================================
--- packages/libxml2/trunk/debian/rules	2004-07-31 07:47:38 UTC (rev 207)
+++ packages/libxml2/trunk/debian/rules	2004-07-31 08:13:19 UTC (rev 208)
@@ -47,13 +47,6 @@
 	-rm -f example/Makefile
 	rm COPYING && cp Copyright COPYING
 
-	# Restore workaround backups
-	-for file in $(WORKAROUND_BACKUP_FILES); do \
-	  test -r $${file}-tmp && \
-	  cat $${file}-tmp > $${file} && \
-	  rm -f $${file}-tmp; \
-	done
-
 	-test -r /usr/share/misc/config.sub && \
 	cp -f /usr/share/misc/config.sub config.sub
 	-test -r /usr/share/misc/config.guess && \
@@ -77,6 +70,13 @@
 
 	mv debian/tmp/usr/share/aclocal/libxml.m4 debian/tmp/usr/share/aclocal/libxml2.m4
 
+	# Restore workaround backups
+	-for file in $(WORKAROUND_BACKUP_FILES); do \
+	  test -r $${file}-tmp && \
+	  cat $${file}-tmp > $${file} && \
+	  rm -f $${file}-tmp; \
+	done
+
 	touch install-stamp
 
 # Build architecture-independent files here.