FreeBSD Bugzilla – Attachment 23862 Details for
Bug 40930
Conditionally installing bin/ruby for ruby-devel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 675 bytes, created by
Sean Chittenden
on 2002-07-23 20:20:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sean Chittenden
Created:
2002-07-23 20:20:05 UTC
Size:
675 bytes
patch
obsolete
>Index: lang/ruby-devel/Makefile >=================================================================== >RCS file: /home/ncvs/ports/lang/ruby-devel/Makefile,v >retrieving revision 1.36 >diff -u -r1.36 Makefile >--- lang/ruby-devel/Makefile 2002/07/15 11:26:49 1.36 >+++ lang/ruby-devel/Makefile 2002/07/23 19:08:18 >@@ -127,6 +127,9 @@ > ${MV} -f ${RUBY_WITHOUT_SUFFIX}${RUBY_R} ${RUBY_WITH_SUFFIX} > ${MV} -f ${PREFIX}/man/man1/ruby${RUBY_R}.1 ${PREFIX}/man/man1/ruby${_RUBY_SUFFIX}.1 > .endif >+ if [ ! -x ${RUBY_WITHOUT_SUFFIX} ]; then \ >+ ${LN} ${RUBY_WITH_SUFFIX} ${RUBY_WITHOUT_SUFFIX}; \ >+ fi > for f in ${INSTALLED_SCRIPTS}; do \ > ${MV} -f $${f} $${f}${_RUBY_SUFFIX}; \ > done
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 40930
: 23862