aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe2023-07-31 07:49:25 -0400
committerFelipe2023-07-31 07:49:25 -0400
commitec31ce61512111476c9c534c3ccd749fc933aa28 (patch)
tree740f78719e7926924439be731787405e22a89524
parent384e7c2cb11dc1df673061e5699781fe844cb222 (diff)
downloadaur-ec31ce61512111476c9c534c3ccd749fc933aa28.tar.gz
Updates v.1.0.4
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b324348c5515..5f8fb23a1c33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,6 +25,6 @@ build() {
}
package() {
- cd "${srcdir}/TermNotes-v.${pkgver}/src"
- install -Dm755 term-notes "${pkgdir}/usr/bin/term-notes"
+ cd "${srcdir}"/TermNotes-v."${pkgver}"
+ install -Dm755 src/term-notes "${pkgdir}/usr/bin/term-notes"
}