Добавлена сборка в пакет для Debian дистрибутива
This commit is contained in:
parent
a74579d709
commit
2ad04b4603
15 changed files with 610 additions and 0 deletions
13
patches/config.patch
Normal file
13
patches/config.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/source/app.d b/source/app.d
|
||||
index a79b3f8..2872378 100644
|
||||
--- a/source/app.d
|
||||
+++ b/source/app.d
|
||||
@@ -148,7 +148,7 @@ int main(string[] args)
|
||||
)
|
||||
.parse(args);
|
||||
|
||||
- string configFile = argumets.option("config", "snag.json");
|
||||
+ string configFile = argumets.option("config", "/etc/snag/snag.json");
|
||||
|
||||
SnagConfig config;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue