diff options
Diffstat (limited to 'sysutils/mcollective-shell-client')
-rw-r--r-- | sysutils/mcollective-shell-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mcollective-shell-client/Makefile b/sysutils/mcollective-shell-client/Makefile index c795d50957e6..e0c535a25e1c 100644 --- a/sysutils/mcollective-shell-client/Makefile +++ b/sysutils/mcollective-shell-client/Makefile @@ -24,12 +24,12 @@ GH_COMMIT= 9fb27d5 PLIST_FILES= share/mcollective/application/shell/watcher.rb \ share/mcollective/application/shell/prefix_stream_buf.rb \ share/mcollective/application/shell.rb -PLIST_DIRSTRY= share/mcollective/application/shell +PLIST_DIRS= share/mcollective/application/shell NO_BUILD= yes do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/${PLIST_DIRSTRY} + @${MKDIR} ${STAGEDIR}${PREFIX}/${PLIST_DIRS} ${INSTALL_DATA} ${WRKSRC}/lib/mcollective/application/shell/watcher.rb ${STAGEDIR}${PREFIX}/share/mcollective/application/shell/ ${INSTALL_DATA} ${WRKSRC}/lib/mcollective/application/shell/prefix_stream_buf.rb ${STAGEDIR}${PREFIX}/share/mcollective/application/shell/ ${INSTALL_DATA} ${WRKSRC}/lib/mcollective/application/shell.rb ${STAGEDIR}${PREFIX}/share/mcollective/application/ |