Worked on new deb & rpm packaging and init.d scripts

This commit is contained in:
Torkel Ödegaard
2015-04-08 14:10:04 +02:00
parent 6911572fa1
commit 96ee1c17a3
14 changed files with 357 additions and 241 deletions

View File

@ -57,7 +57,7 @@ module.exports = function(grunt) {
expand: true,
src: ['grafana'],
options: { mode: true},
dest: '<%= tempDir %>'
dest: '<%= tempDir %>/bin/'
});
grunt.config('copy.backend_files', {
expand: true,