non-versioned default for ocaml md5sums dir
authorStefano Zacchiroli <zack@debian.org>
Sat, 9 Jul 2005 16:49:14 +0000 (16:49 +0000)
committerStefano Zacchiroli <zack@debian.org>
Sat, 9 Jul 2005 16:49:14 +0000 (16:49 +0000)
configure

index 1ebaaa3d4f7f103393eafa06c03ea2d30535a6a0..5bf9190097363ac3ad7113e16a7bbd1cd3d6fe8d 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #!/bin/sh
-DEFAULT="/var/lib/ocaml/3.08.3/md5sums"
+DEFAULT="/var/lib/ocaml/md5sums"
 if [ -z "$1" ]; then
   echo "No dir provided, using default: $DEFAULT"
   echo "You can override it with: ./configure [ md5sums_dir ]"