mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 08:16:44 +03:00
[snappymail] Some build fixes
Not an expert on the snappy build system, but rollup doesn't seem to be used anywhere, so no need to check for its presence. Also, I had to replace "node-fs" with "fs" to build a .tar.gz.
This commit is contained in:
parent
05af650a29
commit
fc83b71a30
2 changed files with 3 additions and 1 deletions
|
|
@ -85,10 +85,12 @@ if (!$gulp) {
|
|||
exit('gulp not installed, run as root: npm install --global gulp-cli');
|
||||
}
|
||||
|
||||
/*
|
||||
$rollup = trim(`which rollup`);
|
||||
if (!$rollup) {
|
||||
exit('rollup not installed, run as root: npm install --global rollup');
|
||||
}
|
||||
*/
|
||||
|
||||
// Arch User Repository
|
||||
// https://aur.archlinux.org/packages/snappymail/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue