mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Oops
This commit is contained in:
parent
3cd3ac4a51
commit
59c5c2eb14
1 changed files with 1 additions and 1 deletions
|
@ -478,6 +478,6 @@ class RoboFile extends \Robo\Tasks {
|
|||
// change the user reference in the executable file
|
||||
$t->addTask($this->taskFilesystemStack()->mkdir($dir."dist/debian/bin"));
|
||||
$t->addTask($this->taskFilesystemStack()->copy($dir."dist/arsse", $dir."dist/debian/bin/arsse"));
|
||||
$t->addTask($this->taskReplaceInFile($dir."dist/debian/arsse")->from('posix_getpwnam("arsse"')->to('posix_getpwnam("www-data"'));
|
||||
$t->addTask($this->taskReplaceInFile($dir."dist/debian/bin/arsse")->from('posix_getpwnam("arsse"')->to('posix_getpwnam("www-data"'));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue