summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2024-04-12 11:57:44 +0200
committerAntonio Rojas2024-04-12 11:57:44 +0200
commit8e8b67d3a7690316828dedf62611796664d64999 (patch)
treefba2d3ed7761482018a244b7f95e5e7c002f75bf
parent6754df6e6d49b0c48595f78859a7d1377c91c7ba (diff)
downloadaur-8e8b67d3a7690316828dedf62611796664d64999.tar.gz
Fixup git checkout rename
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 724323def9bd..9827d20dd8dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ prepare() {
build() {
cd build
- qmake ../${_pkgfqn}
+ qmake ../kde-$_pkgfqn
make
}