1
0
mirror of synced 2024-11-24 07:40:17 +01:00

build: install pixmaps folder in ArchLinux package (to have the icon) (#1355)

This commit is contained in:
iTrooz 2023-10-07 21:41:34 +02:00 committed by GitHub
parent 19ef188f7b
commit bb36000dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
dist/Arch/PKGBUILD vendored
View File

@ -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"
}