diff options
Diffstat (limited to 'source/d/ruby')
-rwxr-xr-x | source/d/ruby/ruby.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/d/ruby/ruby.SlackBuild b/source/d/ruby/ruby.SlackBuild index 3c856604..9a70d962 100755 --- a/source/d/ruby/ruby.SlackBuild +++ b/source/d/ruby/ruby.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008, 2009, 2010, 2011 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2011, 2012, 2013 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ PKGNAM=ruby VERSION=$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1,2 -d - | rev) -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -87,7 +87,7 @@ optflags=$OPTFLAGS \ --docdir=/usr/doc/ruby-$VERSION \ --enable-shared \ --enable-pthread \ - --disable-install-doc \ + --disable-install-capi \ --build=$ARCH-slackware-linux make $NUMJOBS || make || exit 1 @@ -95,7 +95,7 @@ make install DESTDIR=$PKG || exit 1 mkdir -p $PKG/usr/doc/ruby-$VERSION cp -a \ - COPYING* *GPL* ChangeLog LEGAL NEWS README* ToDo \ + BSDL COPYING* *GPL* ChangeLog LEGAL NEWS README* ToDo \ $PKG/usr/doc/ruby-$VERSION # The entire ChangeLog is excessive for most users: |