summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHcra2019-02-19 08:09:15 +0100
committerHcra2019-02-19 08:09:15 +0100
commit64873cc61fae6d147dd5f4b4aaf9c31e24e31948 (patch)
tree86c8109c86245a4cd54442d4e7781a698e466721 /PKGBUILD
parent27947c546d92207723777447e00b462e896fa49c (diff)
downloadaur-64873cc61fae6d147dd5f4b4aaf9c31e24e31948.tar.gz
path correction
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64dd37b07640..c94b1e0e6c08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qweborf-git
_pkgname="weborf"
pkgver=0.15
-pkgrel=8
+pkgrel=7
pkgdesc="Minimal HTTP server to share your files - Qt frontend"
arch=(any)
url='https://ltworf.github.io/weborf/'
@@ -27,7 +27,7 @@ build() {
package() {
cd "$srcdir/$_pkgname"
- python build/lib/qweborf/setup.py install --root="$pkgdir"
+ python qweborf/setup.py install --root="$pkgdir"
install -Dm 0755 qweborf/qweborf/qweborf "$pkgdir/usr/bin/qweborf"
install -Dm 0755 qweborf/integration/qweborf.desktop "$pkgdir/usr/share/applications/qweborf.desktop"
}