mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 06:46:27 +00: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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user