Codebase list grunt / 815b26a
node is now available Pirate Praveen 6 years ago
2 changed file(s) with 0 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
+0
-9
debian/patches/fix-nodejs.patch less more
0 Replace node with nodejs
1
2 --- a/bin/grunt
3 +++ b/bin/grunt
4 @@ -1,3 +1,3 @@
5 -#!/usr/bin/env node
6 +#!/usr/bin/env nodejs
7
8 require('grunt-cli/bin/grunt');
0 fix-nodejs.patch
10 add-root-variable.patch
21 adapt-gruntfile.patch
32 reproducible-build.patch