Improvements for #119

This commit is contained in:
djmaze 2021-08-23 12:08:04 +02:00
parent d8df978732
commit c8a28a7f95
3 changed files with 7 additions and 21 deletions

View file

@ -85,13 +85,6 @@ 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/
$options['aur'] = isset($options['aur']);
@ -125,13 +118,6 @@ if ($return_var) {
exit("gulp failed with error code {$return_var}\n");
}
/*
passthru("{$rollup} -c", $return_var);
if ($return_var) {
exit("rollup failed with error code {$return_var}\n");
}
*/
$cmddir = escapeshellcmd(__DIR__) . '/snappymail/v/0.0.0/static';
if ($gzip = trim(`which gzip`)) {