1
0
mirror of https://github.com/ShadowKatStudios/OC-Minitel.git synced 2024-11-23 02:28:05 +11:00

hopefully this adds a dep for minitel to fget and such

This commit is contained in:
Izaya 2018-03-09 18:41:19 +11:00
parent a5fd736be0
commit 4ba3034032

View File

@ -14,6 +14,9 @@
files = {
["master/FRequest/OpenOS/etc/rc.d/fserv.lua"] = "//etc/rc.d"
},
dependencies = {
["minitel"] = "/usr"
},
name = "FRequest Daemon",
description = "Dumb-as-rocks FRequest server",
authors = "Izaya",
@ -23,6 +26,9 @@
files = {
["master/FRequest/OpenOS/usr/bin/fget.lua"] = "/bin"
},
dependencies = {
["minitel"] = "/usr"
},
name = "FGet",
description = "Dumb-as-rocks FRequest client",
authors = "Izaya",