Compare commits

..

3 Commits

Author SHA1 Message Date
21e61796ff fixes 2022-12-28 22:02:12 +01:00
3c4fb35498 pacman - test version x.y.z instead of x.y 2022-12-28 22:01:20 +01:00
b5ed098093 fixed debian install scripts permissions 2022-12-28 22:00:37 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: Oscar Krause <oscar.krause@collinwebdesigns.de>
pkgname=fastapi-dls
pkgver=1.0
pkgver=1.0.0
pkgrel=1
pkgdesc='NVIDIA DLS server implementation with FastAPI'
arch=('any')

View File

@ -24,6 +24,7 @@ build:apt:
- mkdir build
# copy install instructions
- cp -r .DEBIAN build/DEBIAN
- chmod -R 0775 build/DEBIAN
# copy app into "/usr/share/fastapi-dls" as "/usr/share/fastapi-dls/app" & copy README.md and version.env
- mkdir -p build/usr/share/fastapi-dls
- cp -r app build/usr/share/fastapi-dls