summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2022-06-14 01:17:27 +0200
committerhaawda2022-06-14 01:17:27 +0200
commit86c98eb46e814fe6bedbddbee47e76fd7ee4063c (patch)
tree785edc64d7f3789305969565d0730e044873ce2c /PKGBUILD
parent52156fb89fdeef2be91c752693db05ba736848e5 (diff)
downloadaur-racket-git.tar.gz
fix last commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bf46c5d3cc0..e9e22521af59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,5 +47,5 @@ package() {
install -Dm644 etc/config.rktd "$pkgdir"/etc/config.rktd
cp -r man "$pkgdir"/usr/share
cp -r share/applications "$pkgdir"/usr/share
- sed -i 's+.png++' "$pkgdir"/usr/share/slideshow.desktop
+ sed -i 's+.png++' "$pkgdir"/usr/share/applications/{drracket,slideshow}.desktop
}