summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlxgr2020-05-05 12:05:00 +0200
committerlxgr2020-05-05 12:05:00 +0200
commitf361c742d1589edee5522a17e27a316c3b38f205 (patch)
treeb14a9c0a10577b071144f8d01cf25cee28a1f86b /PKGBUILD
parent992ae6674f373570f0987f962a7b9b46773f3c34 (diff)
downloadaur-f361c742d1589edee5522a17e27a316c3b38f205.tar.gz
icon fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da07a052565f..0eef32ffd1c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ prepare(){
package() {
cd "$srcdir/$pkgname"
-# install -dm755 "${pkgdir}/usr/share/xfce4-sysinfo/icons"
+ install -dm755 "${pkgdir}/usr/share/pixmaps"
install -Dm0644 -t "$pkgdir/usr/share/applications" "xfce4-sysinfo.desktop"
install -Dm0644 icons/* "$pkgdir/usr/share/pixmaps"