Work on deb and rpm packages, both seem to work now, #1476

This commit is contained in:
Torkel Ödegaard
2015-03-03 17:14:58 +01:00
parent 59da4a0b3b
commit 0db55b6194
10 changed files with 201 additions and 120 deletions

View File

@@ -8,7 +8,8 @@ module.exports = function (grunt) {
srcDir: 'src',
destDir: 'dist',
tempDir: 'tmp',
docsDir: 'docs/'
docsDir: 'docs/',
arch: grunt.option('arch') || 'x86_64',
};
// load plugins