Merge pull request #191488 from IvarWithoutBones/agi-icon-dir

agi: install icons to the right directory
This commit is contained in:
Jonas Heinrich 2022-09-16 15:11:24 +02:00 committed by GitHub
commit 456c64e393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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