From ff7f3eaf811f597b94aa2a93a6bc349d2bec8dfd Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Sat, 22 May 2010 08:38:12 +0200 Subject: Imported Upstream version 3.0.2-20050114 --- STANDARD_installation | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 STANDARD_installation (limited to 'STANDARD_installation') diff --git a/STANDARD_installation b/STANDARD_installation new file mode 100644 index 0000000..e957c6c --- /dev/null +++ b/STANDARD_installation @@ -0,0 +1,13 @@ +#!/bin/sh +set -x +set -e +if [ ! -f configure ] ; then sh make_configure; fi +./configure --prefix=/usr --sysconfdir=/etc +make +make -n install +set +x +if [ "`id -u`" != 0 ] ; then + echo "run make install as root" + echo "su root -c 'make install'" + exit 1 +fi -- cgit v1.2.3