mirror of https://github.com/WerWolv/ImHex.git
build: install pixmaps folder in ArchLinux package (to have the icon) (#1355)
This commit is contained in:
parent
19ef188f7b
commit
bb36000dd9
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue