summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorMzy Tykashi2021-09-15 11:37:38 +0100
committerWorMzy Tykashi2021-09-15 11:37:38 +0100
commit838a5f7fc02b19b07576541735f5cbe3ea03bc69 (patch)
treeb831213cae3f956ba3a35a8436683bd0261582e5 /PKGBUILD
parent6e7b8ba6d8943b6ab24bac7e205b57e1f1225467 (diff)
downloadaur-838a5f7fc02b19b07576541735f5cbe3ea03bc69.tar.gz
Remove obsolete variable
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cee49c69f984..3de5c7bda070 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -53,5 +53,5 @@ package() {
"${pkgdir}/usr/share/icons/hicolor/128x128/apps/${pkgname}.png"
# install desktop file
- install -Dm644 "${srcdir}/${_repo}/palemoon/branding/official/palemoon.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+ install -Dm644 "${srcdir}/palemoon/branding/official/palemoon.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
}