mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #191488 from IvarWithoutBones/agi-icon-dir
agi: install icons to the right directory
This commit is contained in:
commit
456c64e393
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
cp -r lib $out
|
||||
|
||||
for i in 16 32 48 64 96 128 256 512 1024; do
|
||||
install -D ${src}/icon.png $out/share/icons/hicolor/$ix$i/apps/agi.png
|
||||
install -D ${src}/icon.png $out/share/icons/hicolor/''${i}x$i/apps/agi.png
|
||||
done
|
||||
|
||||
runHook postInstall
|
||||
|
|
Loading…
Reference in a new issue