GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: The Nu programming language.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/nu.git
Add "nutmbundle" to the utilities installed in /usr/local/bin.
timburks (author)
Mon Aug 11 19:42:18 -0700 2008
commit  f163d63685d42e9094d6da89de547c552a1929ab
tree    ddcc5bf747954961b25c99c45b776879a8f39772
parent  c633b2e91b256d9f1ef0877d455c238ed1fad845
...
175
176
177
178
 
179
180
181
...
175
176
177
 
178
179
180
181
0
@@ -175,7 +175,7 @@ END)
0
 (set @installprefix "#{@destdir}#{@prefix}")
0
 
0
 (task "install" => "nush" is
0
- ('("nuke" "nubile" "nutemplate" "nutest" "nudoc" "nubake") each:
0
+ ('("nuke" "nubile" "nutemplate" "nutest" "nudoc" "nubake" "nutmbundle") each:
0
         (do (program)
0
             (SH "sudo cp tools/#{program} #{@installprefix}/bin")))
0
       (SH "sudo cp nush #{@installprefix}/bin")

Comments

    No one has commented yet.