diff options
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 \ $* |