add port patch

This commit is contained in:
Fabian Engler 2024-11-24 22:34:59 +01:00
parent 2285606582
commit 1903315ea5
2 changed files with 14 additions and 1 deletions

View File

@ -18,10 +18,15 @@ SLOT="0"
RDEPEND=""
src_unpack() {
src_unpack() {
default
}
src_prepare() {
default
eapply ${FILESDIR}/port.patch
}
src_install() {
dodir /var/lib/engler-labs
insinto /var/lib/engler-labs

View File

@ -0,0 +1,8 @@
diff --git a/engler-labs/Rocket.toml b/engler-labs/Rocket.toml
index 5a48c6b..78e5cfc 100644
--- a/engler-labs/Rocket.toml
+++ b/engler-labs/Rocket.toml
@@ -1,2 +1,3 @@
[default]
template_dir = "static/html"
+port = 8888