Modifing a big the makefile

This commit is contained in:
Zoe Roux
2020-01-27 00:33:09 +01:00
parent c0f5bdc1da
commit 924200c6ba
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ namespace Kyoo.Controllers
if (show != null)
await RegisterEpisode(show, seasonNumber, episodeNumber, absoluteNumber, path, library);
else
Console.Error.WriteLine($"Coudld not get informations about the show ${showName}.");
Console.Error.WriteLine($"Coudld not get informations about the show {showName}.");
}
}
+2
View File
@@ -58,5 +58,7 @@ install_kyoo: all
install: install_kyoo
curl https://raw.githubusercontent.com/AnonymusRaccoon/Kyoo.TheTVDB/master/install.sh | sh
chown -R kyoo /opt/kyoo
chgrp -R kyoo /opt/kyoo
.PHONY = all dependencies ffmpeg transcoder