Properly set the file mode bits of the irb executables to ${BINMODE}.

This commit is contained in:
Akinori MUSHA 2001-12-22 16:45:05 +00:00
parent 434f1db0d1
commit fc7b9ee696
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52001
4 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,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}

View File

@ -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}

View File

@ -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}

View File

@ -108,6 +108,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}