diff options
author | danglassey <danglassey> | 2002-10-11 13:02:36 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-10-11 13:02:36 +0000 |
commit | e59732cebdaf9f69f6c33206115df326de1133f3 (patch) | |
tree | 2b6b27c7c80cd184b3e3b6580f99a7d9d795cc72 /usrinst.sh | |
parent | ea2839d9ab02c10f20ec4abacc2a9f32016ac4c3 (diff) | |
download | sword-sf-cvs-e59732cebdaf9f69f6c33206115df326de1133f3.tar.gz |
sync with crosswire 20021011-1300
Diffstat (limited to 'usrinst.sh')
-rwxr-xr-x | usrinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/sh CPPFLAGS=-DUSBINARY ./configure --prefix=/usr \ - --disable-shared --disable-debug --without-conf --sysconfdir=/etc + --disable-shared --disable-debug --without-conf --sysconfdir=/etc \ --with-vcl \ $* |