ea98d4c53f
This is latest stable release of Ruby and it basically compatible with Ruby 1.9.3. Please refer full changes to NEWS/ChangeLog files or official Web site. Here is language changes: * Added keyword arguments. * Added %i and %I for symbol list creation (similar to %w and %W). * Default source encoding is changed to UTF-8. (was US-ASCII) * No warning for unused variables starting with '_'
14 lines
251 B
Text
14 lines
251 B
Text
# $NetBSD: INSTALL,v 1.1 2013/07/21 02:32:58 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
|
|
|