summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom "Ravi" Hale2023-06-27 17:57:47 +0700
committerTom "Ravi" Hale2023-06-29 09:40:08 +0700
commitde08690ee8db931bdf1857715c79f13052702c79 (patch)
treefa6c18393505f031561552d1b7577449e57be84d
parent5160a54aa77fe23e769313955b925f77936d7584 (diff)
downloadaur-de08690ee8db931bdf1857715c79f13052702c79.tar.gz
Fix comment on AppImage installation
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e00b9ef4235d..16c01114da67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,6 +59,6 @@ package() {
# User resources
cp -pr "$srcdir"/squashfs-root/usr .
- # AppImage as /usr/bin/nixnote2 for .desktop file
+ # Copy AppImage itself as /usr/bin/nixnote2
install -Dm755 -T "$srcdir/$_appimage" usr/bin/"$_pkgname"
}