diff options
Diffstat (limited to 'lang/ruby18/Makefile')
-rw-r--r-- | lang/ruby18/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 1a1121733745..6cbc8de439b0 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -135,7 +135,7 @@ post-install: .endif ${LDCONFIG} -m ${PREFIX}/lib ${MKDIR} ${RUBY_ELISPDIR} - ${TOUCH} ${RUBY_ELISPDIR}/.keep_me + ${TOUCH} ${RUBY_ELISPDIR}/.keep_me.${RUBY_NAME} ${MKDIR} ${RUBY_EXAMPLESDIR} ${TOUCH} ${RUBY_EXAMPLESDIR}/.keep_me ${MKDIR} ${RUBY_DOCDIR} |