Skip to content

Commit

Permalink
fix apkbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Feb 13, 2023
1 parent c3ec70b commit abe5a13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion APKBUILD
@@ -1,5 +1,5 @@
pkgname=prolinuxd
pkgver=1.0.0
pkgver=1.0.0_git$GIT_VERNUM
pkgrel=0
pkgdesc="Sineware Cloud Daemon for ProLinux"
arch="all !ppc64le !s390x !armhf !riscv64"
Expand All @@ -25,6 +25,7 @@ build() {
package() {
mkdir -p "$pkgdir/opt/prolinuxd"
mkdir -p "$pkgdir/etc/init.d"
mkdir -p "$pkgdir/usr/share/applications"
cp -r dist/* "$pkgdir/opt/prolinuxd/"

cp distro-files/prolinuxd "$pkgdir/opt/prolinuxd/"
Expand Down

0 comments on commit abe5a13

Please sign in to comment.