misc/openhab: fix syntax error in files/pkg-message.in

PR:		287098
This commit is contained in:
Alexander Leidinger 2025-05-28 13:37:52 +02:00
parent 72c51c9bb8
commit bd23362b4d
No known key found for this signature in database
GPG Key ID: 120DB09B03F8D886
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= openhab
PORTVERSION= 4.3.5
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= misc java
MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab/${PORTVERSION}/
DISTNAME= openhab-${PORTVERSION}

View File

@ -72,4 +72,5 @@ At the end you need to run
You should also remove the cache and tmp and restart:
rm -r /var/db/openhab/userdata/cache/org.eclipse.osgi /var/db/openhab/userdata/tmp/*
EOM
}
]