99680f5c7d
From release announce: We are pleased to announce the release of Ruby 2.2.1. This is the first TEENY version release of the stable 2.2 series. This release includes the fix for ffi build failure and memory leak issue on Symbol GC (See Bug #10686). See ChangeLog for details.
14 lines
251 B
Text
14 lines
251 B
Text
# $NetBSD: INSTALL,v 1.1 2015/03/08 16:24:55 taca Exp $
|
|
|
|
DATE="@DATE@"
|
|
RUBY_SITERIDIR="${PREFIX}/@RUBY_SITERIDIR@"
|
|
rid="${RUBY_SITERIDIR}/created.rid"
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
if [ -d ${RUBY_SITERIDIR} ]; then
|
|
${DATE} > ${rid}
|
|
fi
|
|
;;
|
|
esac
|
|
|