1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00

Correct sources patches path

This commit is contained in:
Krakinou 2019-01-19 12:40:43 +01:00
parent b4b5725182
commit 8ce614f76b
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
--- ./calibre-web-9e5fa45df7cd840d8a26d25f953857a13d6bc5de/cps/ub.py 2019-01-16 17:50:51.000000000 +0100 --- z/cps/ub.py 2019-01-16 17:50:51.000000000 +0100
+++ "/home/nicolas/Nextcloud/06 - Technique/08 - git/calibre-web/cps/ub.py" 2019-01-19 11:03:55.799293389 +0100 +++ b/cps/ub.py 2019-01-19 11:03:55.799293389 +0100
@@ -148,6 +148,16 @@ @@ -148,6 +148,16 @@
def __repr__(self): def __repr__(self):
return '<User %r>' % self.nickname return '<User %r>' % self.nickname

View file

@ -1,5 +1,5 @@
--- ./calibre-web-9e5fa45df7cd840d8a26d25f953857a13d6bc5de/cps/web.py 2019-01-16 17:50:51.000000000 +0100 --- a/cps/web.py 2019-01-16 17:50:51.000000000 +0100
+++ "/home/nicolas/Nextcloud/06 - Technique/08 - git/calibre-web/cps/web.py" 2019-01-19 10:55:51.728967203 +0100 +++ b/cps/web.py 2019-01-19 10:55:51.728967203 +0100
@@ -58,6 +58,11 @@ @@ -58,6 +58,11 @@
import server import server
from reverseproxy import ReverseProxied from reverseproxy import ReverseProxied