diff options
Diffstat (limited to 'development/mit-scheme/mit-scheme.SlackBuild')
-rw-r--r-- | development/mit-scheme/mit-scheme.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/mit-scheme/mit-scheme.SlackBuild b/development/mit-scheme/mit-scheme.SlackBuild index 31c05ad834..1ef558569f 100644 --- a/development/mit-scheme/mit-scheme.SlackBuild +++ b/development/mit-scheme/mit-scheme.SlackBuild @@ -3,13 +3,13 @@ # Slackware build script for mit-scheme # Originally by Jockey S. Kyd (jockey dot kyd at gmail dot com) -# Modified by Ryan P.C. McQuen, WA, ryan.q@linux.com +# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version, with the following exception: -# the text of the GPL license may be omitted.. +# the text of the GPL license may be omitted. # This program is distributed in the hope that it will be useful, but # without any warranty; without even the implied warranty of @@ -25,7 +25,7 @@ PRGNAM=mit-scheme -VERSION=9.0.1 +VERSION=${VERSION:-9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,7 @@ CXXFLAGS="$SLKCFLAGS" \ --prefix=/usr \ --libdir=/usr/lib$LIBDIRSUFFIX \ --build=$ARCH-slackware-linux -make compile-microcode +make make install DESTDIR=$PKG cd .. |