summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 377b053544ff..fd0d3505518d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,8 @@ prepare() {
# start building
build() {
- cd */
+ mv * alphaplot
+ cd "${pkgname}"
qmake
make
}