summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2004-04-19 09:13:52 +0000
committerMike Hommey <mh@glandium.org>2004-04-19 09:13:52 +0000
commit89122142c7f6ef8a66728cd5cbe82fd24b9cbbc8 (patch)
tree0daaeabb2373a698059a3532c69db0b0bb0210b3
parent75a118310528f5952249bc360f78bb54732f9c44 (diff)
downloadlibxml2-89122142c7f6ef8a66728cd5cbe82fd24b9cbbc8.tar.gz
Stupidly forgot a \debian/2.6.9-1
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 4077cba..a640bc4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,7 +57,7 @@ install-stamp: build-stamp
install doc/*.html doc/*.gif debian/tmp/usr/share/doc/libxml2-doc/html/
-test -r python/libxml2-py.c-tmp && \
- cat python/libxml2-py.c-tmp > python/libxml2-py.c &&
+ cat python/libxml2-py.c-tmp > python/libxml2-py.c && \
rm -f python/libxml2-py.c-tmp
touch install-stamp