From 47ea7c948ab73a626681f1f75f42a67921c0ca9f Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Sat, 1 Dec 2018 15:45:39 -0500 Subject: [PATCH] remove lib32 gunk no longer needed on stretch; libpq5:i386 can be installed alongside libpq5:amd64 and everything seems to run fine without this. --- contact/Makefile | 2 +- contact/contact.sh | 2 +- remind/Makefile | 2 +- remind/remind.sh | 2 +- static/Makefile | 2 +- static/gen.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contact/Makefile b/contact/Makefile index 4d0f91a..d150523 100644 --- a/contact/Makefile +++ b/contact/Makefile @@ -1,4 +1,4 @@ SMLBIN=/usr/bin all: - LD_LIBRARY_PATH="/afs/hcoop.net/user/h/hc/hcoop/portal-tools/lib32" $(SMLBIN)/ml-build sources.cm Contact.main contact + $(SMLBIN)/ml-build sources.cm Contact.main contact diff --git a/contact/contact.sh b/contact/contact.sh index b8377bd..d7a55b5 100755 --- a/contact/contact.sh +++ b/contact/contact.sh @@ -1 +1 @@ -LD_LIBRARY_PATH="/afs/hcoop.net/user/h/hc/hcoop/portal-tools/lib32" /usr/bin/sml @SMLload=/afs/hcoop.net/user/h/hc/hcoop/portal3/contact/contact.x86-linux > ~hcoop/contact/contact.html +/usr/bin/sml @SMLload=/afs/hcoop.net/user/h/hc/hcoop/portal3/contact/contact.x86-linux > ~hcoop/contact/contact.html diff --git a/remind/Makefile b/remind/Makefile index 8a6dc2c..706fc8c 100644 --- a/remind/Makefile +++ b/remind/Makefile @@ -1,4 +1,4 @@ SMLBIN=/usr/local/sml/bin all: - LD_LIBRARY_PATH=/afs/hcoop.net/user/h/hc/hcoop/portal-tools/lib32 ml-build sources.cm Remind.main remind + ml-build sources.cm Remind.main remind diff --git a/remind/remind.sh b/remind/remind.sh index 6eb5610..5de9c02 100755 --- a/remind/remind.sh +++ b/remind/remind.sh @@ -1 +1 @@ -LD_LIBRARY_PATH=/afs/hcoop.net/user/h/hc/hcoop/portal-tools/lib32 /usr/bin/sml @SMLload=/afs/hcoop.net/user/h/hc/hcoop/portal3/remind/remind.x86-linux +/usr/bin/sml @SMLload=/afs/hcoop.net/user/h/hc/hcoop/portal3/remind/remind.x86-linux diff --git a/static/Makefile b/static/Makefile index 05b4c0f..5403726 100644 --- a/static/Makefile +++ b/static/Makefile @@ -1,4 +1,4 @@ include ../Makefile.common all: - LD_LIBRARY_PATH=/afs/hcoop.net/user/h/hc/hcoop/portal-tools/lib32 ml-build sources.cm Gen.main gen + ml-build sources.cm Gen.main gen diff --git a/static/gen.sh b/static/gen.sh index 0f765ae..c790540 100755 --- a/static/gen.sh +++ b/static/gen.sh @@ -1 +1 @@ -LD_LIBRARY_PATH=/afs/hcoop.net/user/h/hc/hcoop/portal-tools/lib32 /usr/bin/sml @SMLload=/afs/hcoop.net/user/h/hc/hcoop/portal3/static/gen.x86-linux +/usr/bin/sml @SMLload=/afs/hcoop.net/user/h/hc/hcoop/portal3/static/gen.x86-linux -- 2.20.1