remove lib32 gunk
authorClinton Ebadi <clinton@hcoop.net>
Sat, 1 Dec 2018 20:45:39 +0000 (15:45 -0500)
committerClinton Ebadi <clinton@hcoop.net>
Sat, 1 Dec 2018 20:45:39 +0000 (15:45 -0500)
no longer needed on stretch; libpq5:i386 can be installed alongside
libpq5:amd64 and everything seems to run fine without this.

contact/Makefile
contact/contact.sh
remind/Makefile
remind/remind.sh
static/Makefile
static/gen.sh

index 4d0f91a..d150523 100644 (file)
@@ -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
index b8377bd..d7a55b5 100755 (executable)
@@ -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
index 8a6dc2c..706fc8c 100644 (file)
@@ -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
index 6eb5610..5de9c02 100755 (executable)
@@ -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
index 05b4c0f..5403726 100644 (file)
@@ -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
index 0f765ae..c790540 100755 (executable)
@@ -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