summaryrefslogtreecommitdiff
path: root/databases/sixpack/files/patch-install
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sixpack/files/patch-install')
-rw-r--r--databases/sixpack/files/patch-install34
1 files changed, 34 insertions, 0 deletions
diff --git a/databases/sixpack/files/patch-install b/databases/sixpack/files/patch-install
new file mode 100644
index 000000000000..89a3e2a3a6eb
--- /dev/null
+++ b/databases/sixpack/files/patch-install
@@ -0,0 +1,34 @@
+--- install.orig Sun Dec 10 10:08:58 2000
++++ install Tue Jul 10 12:56:28 2001
+@@ -10,16 +10,16 @@
+ ED=`which ed`
+
+
+-BPHOME=/usr/local/lib/bp
+-PICSDIR=/usr/local/lib/pix
+-BINDEST=/usr/local/bin
+-SIXDIR=/usr/local/lib/sixpack
+-SIXDOC=$SIXDIR/doc
++BPHOME=/opt/share/sixpack/bp
++PICSDIR=/opt/share/sixpack/pix
++BINDEST=/opt/bin
++SIXDIR=/opt/share/sixpack
++SIXDOC=/opt/share/doc/sixpack
+ BIBXRESFILE=$SIXDIR/Bib
+
+
+ # CONFDEST is the location of the configuration file.
+-CONFDEST=/etc/sixpack.rc
++CONFDEST=/opt/etc/sixpack.rc
+ # CONFDEST=~/.sixpack.rc
+
+ #these will be spliced into the conf files:
+@@ -58,8 +57,6 @@
+ w
+ q
+ END
+- \rm -R $BP
+- $TAR -z-xf $BP.tar.gz
+ for a in $BP/bin/*pl ; do ed $a <edcoms ; done
+
+ cat >edcoms <<END