From: Matt Birkholz Date: Mon, 1 May 2017 05:58:14 +0000 (-0700) Subject: plugin debian/postinst.in: OMG /usr/local/bin is in the PATH? X-Git-Tag: mit-scheme-pucked-9.2.12~145 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=525f99f98199176e4ade8b05c50ee9171a7972ab;p=mit-scheme.git plugin debian/postinst.in: OMG /usr/local/bin is in the PATH? --- diff --git a/src/blowfish/debian/postinst.in b/src/blowfish/debian/postinst.in index d3f77bfe0..5518a995e 100755 --- a/src/blowfish/debian/postinst.in +++ b/src/blowfish/debian/postinst.in @@ -6,6 +6,6 @@ set -e echo ' "@INFODIR@"'; \ echo ' (system-library-directory-pathname)'; \ echo ' "@SCMDOCDIR@")' ) \ -| mit-scheme-pucked --batch-mode +| /usr/bin/mit-scheme-pucked --batch-mode exit 0 diff --git a/src/cairo/debian/postinst.in b/src/cairo/debian/postinst.in index d3f77bfe0..5518a995e 100755 --- a/src/cairo/debian/postinst.in +++ b/src/cairo/debian/postinst.in @@ -6,6 +6,6 @@ set -e echo ' "@INFODIR@"'; \ echo ' (system-library-directory-pathname)'; \ echo ' "@SCMDOCDIR@")' ) \ -| mit-scheme-pucked --batch-mode +| /usr/bin/mit-scheme-pucked --batch-mode exit 0 diff --git a/src/edwin/debian/postinst.in b/src/edwin/debian/postinst.in index d3f77bfe0..5518a995e 100755 --- a/src/edwin/debian/postinst.in +++ b/src/edwin/debian/postinst.in @@ -6,6 +6,6 @@ set -e echo ' "@INFODIR@"'; \ echo ' (system-library-directory-pathname)'; \ echo ' "@SCMDOCDIR@")' ) \ -| mit-scheme-pucked --batch-mode +| /usr/bin/mit-scheme-pucked --batch-mode exit 0 diff --git a/src/gdbm/debian/postinst.in b/src/gdbm/debian/postinst.in index d3f77bfe0..5518a995e 100755 --- a/src/gdbm/debian/postinst.in +++ b/src/gdbm/debian/postinst.in @@ -6,6 +6,6 @@ set -e echo ' "@INFODIR@"'; \ echo ' (system-library-directory-pathname)'; \ echo ' "@SCMDOCDIR@")' ) \ -| mit-scheme-pucked --batch-mode +| /usr/bin/mit-scheme-pucked --batch-mode exit 0 diff --git a/src/gl/debian/postinst.in b/src/gl/debian/postinst.in index d3f77bfe0..5518a995e 100755 --- a/src/gl/debian/postinst.in +++ b/src/gl/debian/postinst.in @@ -6,6 +6,6 @@ set -e echo ' "@INFODIR@"'; \ echo ' (system-library-directory-pathname)'; \ echo ' "@SCMDOCDIR@")' ) \ -| mit-scheme-pucked --batch-mode +| /usr/bin/mit-scheme-pucked --batch-mode exit 0 diff --git a/src/glib/debian/postinst.in b/src/glib/debian/postinst.in index d3f77bfe0..5518a995e 100755 --- a/src/glib/debian/postinst.in +++ b/src/glib/debian/postinst.in @@ -6,6 +6,6 @@ set -e echo ' "@INFODIR@"'; \ echo ' (system-library-directory-pathname)'; \ echo ' "@SCMDOCDIR@")' ) \ -| mit-scheme-pucked --batch-mode +| /usr/bin/mit-scheme-pucked --batch-mode exit 0 diff --git a/src/gtk-screen/debian/postinst.in b/src/gtk-screen/debian/postinst.in index d3f77bfe0..5518a995e 100755 --- a/src/gtk-screen/debian/postinst.in +++ b/src/gtk-screen/debian/postinst.in @@ -6,6 +6,6 @@ set -e echo ' "@INFODIR@"'; \ echo ' (system-library-directory-pathname)'; \ echo ' "@SCMDOCDIR@")' ) \ -| mit-scheme-pucked --batch-mode +| /usr/bin/mit-scheme-pucked --batch-mode exit 0 diff --git a/src/gtk/debian/postinst.in b/src/gtk/debian/postinst.in index d3f77bfe0..5518a995e 100755 --- a/src/gtk/debian/postinst.in +++ b/src/gtk/debian/postinst.in @@ -6,6 +6,6 @@ set -e echo ' "@INFODIR@"'; \ echo ' (system-library-directory-pathname)'; \ echo ' "@SCMDOCDIR@")' ) \ -| mit-scheme-pucked --batch-mode +| /usr/bin/mit-scheme-pucked --batch-mode exit 0 diff --git a/src/imail/debian/postinst.in b/src/imail/debian/postinst.in index d3f77bfe0..5518a995e 100755 --- a/src/imail/debian/postinst.in +++ b/src/imail/debian/postinst.in @@ -6,6 +6,6 @@ set -e echo ' "@INFODIR@"'; \ echo ' (system-library-directory-pathname)'; \ echo ' "@SCMDOCDIR@")' ) \ -| mit-scheme-pucked --batch-mode +| /usr/bin/mit-scheme-pucked --batch-mode exit 0 diff --git a/src/mcrypt/debian/postinst.in b/src/mcrypt/debian/postinst.in index d3f77bfe0..5518a995e 100755 --- a/src/mcrypt/debian/postinst.in +++ b/src/mcrypt/debian/postinst.in @@ -6,6 +6,6 @@ set -e echo ' "@INFODIR@"'; \ echo ' (system-library-directory-pathname)'; \ echo ' "@SCMDOCDIR@")' ) \ -| mit-scheme-pucked --batch-mode +| /usr/bin/mit-scheme-pucked --batch-mode exit 0 diff --git a/src/md5/debian/postinst.in b/src/md5/debian/postinst.in index d3f77bfe0..5518a995e 100755 --- a/src/md5/debian/postinst.in +++ b/src/md5/debian/postinst.in @@ -6,6 +6,6 @@ set -e echo ' "@INFODIR@"'; \ echo ' (system-library-directory-pathname)'; \ echo ' "@SCMDOCDIR@")' ) \ -| mit-scheme-pucked --batch-mode +| /usr/bin/mit-scheme-pucked --batch-mode exit 0 diff --git a/src/mhash/debian/postinst.in b/src/mhash/debian/postinst.in index d3f77bfe0..5518a995e 100755 --- a/src/mhash/debian/postinst.in +++ b/src/mhash/debian/postinst.in @@ -6,6 +6,6 @@ set -e echo ' "@INFODIR@"'; \ echo ' (system-library-directory-pathname)'; \ echo ' "@SCMDOCDIR@")' ) \ -| mit-scheme-pucked --batch-mode +| /usr/bin/mit-scheme-pucked --batch-mode exit 0 diff --git a/src/pango/debian/postinst.in b/src/pango/debian/postinst.in index d3f77bfe0..5518a995e 100755 --- a/src/pango/debian/postinst.in +++ b/src/pango/debian/postinst.in @@ -6,6 +6,6 @@ set -e echo ' "@INFODIR@"'; \ echo ' (system-library-directory-pathname)'; \ echo ' "@SCMDOCDIR@")' ) \ -| mit-scheme-pucked --batch-mode +| /usr/bin/mit-scheme-pucked --batch-mode exit 0 diff --git a/src/planetarium/debian/postinst.in b/src/planetarium/debian/postinst.in index d3f77bfe0..5518a995e 100755 --- a/src/planetarium/debian/postinst.in +++ b/src/planetarium/debian/postinst.in @@ -6,6 +6,6 @@ set -e echo ' "@INFODIR@"'; \ echo ' (system-library-directory-pathname)'; \ echo ' "@SCMDOCDIR@")' ) \ -| mit-scheme-pucked --batch-mode +| /usr/bin/mit-scheme-pucked --batch-mode exit 0 diff --git a/src/x11-screen/debian/postinst.in b/src/x11-screen/debian/postinst.in index d3f77bfe0..5518a995e 100755 --- a/src/x11-screen/debian/postinst.in +++ b/src/x11-screen/debian/postinst.in @@ -6,6 +6,6 @@ set -e echo ' "@INFODIR@"'; \ echo ' (system-library-directory-pathname)'; \ echo ' "@SCMDOCDIR@")' ) \ -| mit-scheme-pucked --batch-mode +| /usr/bin/mit-scheme-pucked --batch-mode exit 0 diff --git a/src/x11/debian/postinst.in b/src/x11/debian/postinst.in index d3f77bfe0..5518a995e 100755 --- a/src/x11/debian/postinst.in +++ b/src/x11/debian/postinst.in @@ -6,6 +6,6 @@ set -e echo ' "@INFODIR@"'; \ echo ' (system-library-directory-pathname)'; \ echo ' "@SCMDOCDIR@")' ) \ -| mit-scheme-pucked --batch-mode +| /usr/bin/mit-scheme-pucked --batch-mode exit 0