summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2015-09-26 11:35:47 +0200
committerMaxime Gauduin2015-09-26 11:35:47 +0200
commitde0082578e4a103b90e2f867e45552e45a058370 (patch)
treec1d8a7cdb66fd9082f983325e2b50328ae78448f /PKGBUILD
parent013a2348eabde9ba5095e4a6a43466ab0877c4bd (diff)
downloadaur-de0082578e4a103b90e2f867e45552e45a058370.tar.gz
Fix typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f023fb645d8b..a99fd8e9910c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -72,7 +72,7 @@ package_ppsspp-git() {
install -m 755 PPSSPPSDL "${pkgdir}"/usr/bin/ppsspp
cp -dr --no-preserve='ownership' assets "${pkgdir}"/usr/share/ppsspp/
install -m 644 ../assets/unix-icons/icon-512.svg "${pkgdir}"/usr/share/pixmaps/ppsspp.svg
- install -m 644 ../../PPSSPP.desktop "${pkgdir}"/usr/share/applications/
+ install -m 644 ../../ppsspp.desktop "${pkgdir}"/usr/share/applications/
}
package_ppsspp-qt-git() {
@@ -85,7 +85,7 @@ package_ppsspp-qt-git() {
install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,man/man1,pixmaps}}
install -m 755 ppsspp "${pkgdir}"/usr/bin/
install -m 644 ../assets/unix-icons/icon-512.svg "${pkgdir}"/usr/share/pixmaps/ppsspp.svg
- install -m 644 ../../PPSSPP.desktop "${pkgdir}"/usr/share/applications/
+ install -m 644 ../../ppsspp.desktop "${pkgdir}"/usr/share/applications/
}
# vim ts=2 sw=2 et: