From 148bd343f3e7e32d141f66b5b5c9b98b2975b0b3 Mon Sep 17 00:00:00 2001 From: "Roberto C. Sanchez" Date: Sat, 29 Mar 2014 10:53:52 -0400 Subject: Imported Upstream version 1.5.8 --- usrinst.sh | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100755 usrinst.sh (limited to 'usrinst.sh') diff --git a/usrinst.sh b/usrinst.sh deleted file mode 100755 index afc8e17..0000000 --- a/usrinst.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh - -OPTIONS="--prefix=/usr" -OPTIONS="--disable-shared $OPTIONS" -OPTIONS="--without-conf $OPTIONS" -OPTIONS="--sysconfdir=/etc $OPTIONS" -#OPTIONS="--with-vcl $OPTIONS" -OPTIONS="--enable-debug $OPTIONS" -#OPTIONS="--enable-profile $OPTIONS" -OPTIONS="--without-lucene $OPTIONS" - -CPPFLAGS="$CFLAGS $CPPFLAGS -DUSBINARY" ./configure $OPTIONS $* - -echo "" -echo "" -echo "" -echo "Configured to NOT write a global /etc/sword.conf on 'make install'." -echo "If this is the first time you've installed sword, be sure to run" -echo "'make install_config' if you would like a basic configuration installed" -echo "" -echo "Next you might try something like: " -echo "" -echo "make" -echo "su" -echo "make install" -echo "(and optionally)" -echo "make install_config" -echo "make register" -echo "" -echo "" -echo "" -- cgit v1.2.3