diff options
author | Antonio Rojas | 2024-04-12 11:57:44 +0200 |
---|---|---|
committer | Antonio Rojas | 2024-04-12 11:57:44 +0200 |
commit | 8e8b67d3a7690316828dedf62611796664d64999 (patch) | |
tree | fba2d3ed7761482018a244b7f95e5e7c002f75bf | |
parent | 6754df6e6d49b0c48595f78859a7d1377c91c7ba (diff) | |
download | aur-8e8b67d3a7690316828dedf62611796664d64999.tar.gz |
Fixup git checkout rename
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ prepare() { build() { cd build - qmake ../${_pkgfqn} + qmake ../kde-$_pkgfqn make } |