summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2004-07-31 08:13:19 +0000
committerMike Hommey <mh@glandium.org>2004-07-31 08:13:19 +0000
commit0691e7e9bcecbc376eea8d0b32bad0fabc0791d2 (patch)
treea51930512a56cb1ed0132d60bc200bcb3aacf946
parent717a3e922aa06fa9419f1dae8f64bbf48f4e1ffa (diff)
downloadlibxml2-0691e7e9bcecbc376eea8d0b32bad0fabc0791d2.tar.gz
Woops, the restore workaround was in clean target, not install
-rwxr-xr-xdebian/rules14
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules
index e0229ed..95f9cf0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,13 +47,6 @@ clean:
-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 @@ install-stamp: build-stamp
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.