diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-12-22 16:45:05 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-12-22 16:45:05 +0000 |
commit | fc7b9ee6962f044fb42c72928057bab222c6c2a5 (patch) | |
tree | 9416fe8b3705427e7a930d0c31276bf2144d353e /lang/ruby | |
parent | 434f1db0d16ec95c8964a0308318b38b40a338eb (diff) |
Properly set the file mode bits of the irb executables to ${BINMODE}.
Notes
Notes:
svn path=/head/; revision=52001
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 8c719a6f7ead..6bf7185bfa25 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -104,6 +104,7 @@ post-install: -e ' end;' \ -e 'end' \ ${IRB_WITH_SUFFIX} + ${CHMOD} ${BINMODE} ${IRB_WITH_SUFFIX} ${MKDIR} ${RUBY_ELISPDIR} ${TOUCH} ${RUBY_ELISPDIR}/.keep_me ${MKDIR} ${RUBY_EXAMPLESDIR} |