From bb36000dd9b9250c8fd6d7ed4156a6c470afd862 Mon Sep 17 00:00:00 2001 From: iTrooz Date: Sat, 7 Oct 2023 21:41:34 +0200 Subject: [PATCH] build: install pixmaps folder in ArchLinux package (to have the icon) (#1355) --- dist/Arch/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/Arch/PKGBUILD b/dist/Arch/PKGBUILD index 4d4981f40..2cc6233e0 100644 --- a/dist/Arch/PKGBUILD +++ b/dist/Arch/PKGBUILD @@ -25,5 +25,5 @@ package() { install -d "$pkgdir/usr/share/imhex" cp -r "$srcdir/usr/share/imhex/"{constants,encodings,includes,magic,patterns} "$pkgdir/usr/share/imhex" - cp -r "$srcdir/usr/share/"{applications,licenses} "$pkgdir/usr/share" + cp -r "$srcdir/usr/share/"{applications,licenses,pixmaps} "$pkgdir/usr/share" }