diff options
author | Mike Hommey <mh@glandium.org> | 2004-04-19 09:13:52 +0000 |
---|---|---|
committer | Mike Hommey <mh@glandium.org> | 2004-04-19 09:13:52 +0000 |
commit | 89122142c7f6ef8a66728cd5cbe82fd24b9cbbc8 (patch) | |
tree | 0daaeabb2373a698059a3532c69db0b0bb0210b3 | |
parent | 75a118310528f5952249bc360f78bb54732f9c44 (diff) | |
download | libxml2-89122142c7f6ef8a66728cd5cbe82fd24b9cbbc8.tar.gz |
Stupidly forgot a \debian/2.6.9-1
-rwxr-xr-x | debian/rules | 2 |
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 |