summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkml2042021-01-12 17:27:18 +0100
committerkml2042021-01-12 17:27:18 +0100
commite852f125af92288bb2c1ca3abe9068c830c2cd2d (patch)
tree454f6b3b9ef6b5ec7afa108c058c5fdb7d239975
parente791efa55e32f1c7c2c62cba0546e47365c3570a (diff)
downloadaur-e852f125af92288bb2c1ca3abe9068c830c2cd2d.tar.gz
Fixing build in pkgbuild.
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 921ccad65988..4b55dc4c6c7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,7 @@ source=("git+$url")
md5sums=('SKIP')
build(){
- cd configuration-editor
- pyinstaller program.py -F
- cd ..
+ pyinstaller configuration-editor/src/program.py -F
}
package() {