Skip to content

Commit

Permalink
updated install for nustyle
Browse files Browse the repository at this point in the history
  • Loading branch information
timburks committed Apr 21, 2014
1 parent a0f4ef8 commit 6103995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nukefile
Expand Up @@ -245,7 +245,7 @@ END)
(set @installprefix "#{@destdir}#{@prefix}")

(task "install" => "nush" is
('("nuke" "nubile" "nutemplate" "nutest" "nudoc" "nubake" "nutmbundle") each:
('("nuke" "nustyle" "nutemplate" "nutest" "nudoc" "nubake" "nutmbundle") each:
(do (program)
(SH "sudo cp tools/#{program} #{@installprefix}/bin")))
(SH "sudo cp nush #{@installprefix}/bin")
Expand Down

0 comments on commit 6103995

Please sign in to comment.