diff options
author | lxgr | 2020-05-05 12:05:00 +0200 |
---|---|---|
committer | lxgr | 2020-05-05 12:05:00 +0200 |
commit | f361c742d1589edee5522a17e27a316c3b38f205 (patch) | |
tree | b14a9c0a10577b071144f8d01cf25cee28a1f86b /PKGBUILD | |
parent | 992ae6674f373570f0987f962a7b9b46773f3c34 (diff) | |
download | aur-f361c742d1589edee5522a17e27a316c3b38f205.tar.gz |
icon fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |