Ah, forgot to escape the $'s :/
authorSven Luther <luther@debian.org>
Wed, 2 Nov 2005 11:37:58 +0000 (11:37 +0000)
committerSven Luther <luther@debian.org>
Wed, 2 Nov 2005 11:37:58 +0000 (11:37 +0000)
debian/rules

index 3cd9ae4f7569dc363b53d84326c036732417f3b1..be7f2c170a8d6f033863311cd1131d9c2f3fab1e 100755 (executable)
@@ -38,7 +38,7 @@ endif
 
 config-stamp: configure
        for t in `find . -name \*.in`; do \
-         sed -e 's%#OcamlABI#%3.09.0%' -e 's%#OcamlMAJOR#%3.09%' $t >${t%.in}; \
+         sed -e 's%#OcamlABI#%3.09.0%' -e 's%#OcamlMAJOR#%3.09%' $$t >$${t%.in};       \
        done
        dh_testdir
        # Add here commands to configure the package.