Changeset View
Changeset View
Standalone View
Standalone View
files/0001-linux-don-t-build-a-deb-or-rpm-please.patch
- This file was added.
| From 83833cb0e2180863f4a5f9b4d8f2ec6bd7571a65 Mon Sep 17 00:00:00 2001 | |||||
| From: Joey Riches <josephriches@gmail.com> | |||||
| Date: Wed, 22 Nov 2017 01:49:31 +0000 | |||||
| Subject: [PATCH 1/1] linux: don't build a deb or rpm please | |||||
| Signed-off-by: Joey Riches <josephriches@gmail.com> | |||||
| --- | |||||
| app/build/Gruntfile.js | 2 +- | |||||
| 1 file changed, 1 insertion(+), 1 deletion(-) | |||||
| diff --git a/app/build/Gruntfile.js b/app/build/Gruntfile.js | |||||
| index ca5a50c3d..c49f61fa4 100644 | |||||
| --- a/app/build/Gruntfile.js | |||||
| +++ b/app/build/Gruntfile.js | |||||
| @@ -71,6 +71,6 @@ module.exports = grunt => { | |||||
| } else if (grunt.option('platform') === 'darwin') { | |||||
| grunt.registerTask('build-client', ['package', 'create-mac-zip', 'create-mac-dmg']); | |||||
| } else if (grunt.option('platform') === 'linux') { | |||||
| - grunt.registerTask('build-client', ['package', 'create-deb-installer', 'create-rpm-installer']); | |||||
| + grunt.registerTask('build-client', ['package']); | |||||
| } | |||||
| }; | |||||
| -- | |||||
| 2.15.0 | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.