mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
odamex: move icons from not spec-compliant location (#496421)
This commit is contained in:
commit
ca36ac6ac9
1 changed files with 1 additions and 4 deletions
|
|
@ -131,11 +131,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
for name in odamex odalaunch odasrv; do
|
||||
for size in 96 128 256 512; do
|
||||
install -Dm644 ../media/icon_"$name"_"$size".png \
|
||||
$out/share/icons/hicolor/"$size"x"$size"/"$name".png
|
||||
$out/share/icons/hicolor/"$size"x"$size"/apps/"$name".png
|
||||
done
|
||||
|
||||
install -Dm644 ../media/icon_"$name"_128.png \
|
||||
$out/share/pixmaps/"$name".png
|
||||
done
|
||||
''
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue