Damn svn-buildpackage wants stuff checked in before building :/
authorSven Luther <luther@debian.org>
Wed, 2 Nov 2005 11:33:19 +0000 (11:33 +0000)
committerSven Luther <luther@debian.org>
Wed, 2 Nov 2005 11:33:19 +0000 (11:33 +0000)
debian/rules

index 20163072a35e9139598fbe8c7fc4645b528ff023..0e6fccac3dfbe9ff6714161d93095df55bf0af19 100755 (executable)
@@ -39,7 +39,7 @@ endif
 config-stamp: configure
        for t in templates/*; do \
          target=${t#templates/};       \
-         sed -e 's%#OcamlABI#%3.09.0%' -e 's%#OcamlMAJOR#%3.09%' $t >sven/${target%.in};       \
+         sed -e 's%#OcamlABI#%3.09.0%' -e 's%#OcamlMAJOR#%3.09%' $t >${target%.in};    \
        done
        dh_testdir
        # Add here commands to configure the package.