From b7c862b2bde90a52c8a40edd9c02c603c93935c9 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 15 Dec 2010 15:48:15 +0000 Subject: Small fixes to the filename of icons --- p7zip/build/p7zip.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p7zip') diff --git a/p7zip/build/p7zip.SlackBuild b/p7zip/build/p7zip.SlackBuild index 0b598448..1441849b 100755 --- a/p7zip/build/p7zip.SlackBuild +++ b/p7zip/build/p7zip.SlackBuild @@ -221,7 +221,7 @@ EOT cp -a GUI/p7zip_32.png $PKG/usr/share/pixmaps/p7zip.png for i in 16 32 ; do mkdir -p $PKG/usr/share/icons/hicolor/${i}x${i}/apps/ - cp -a GUI/p7zip_${i}.png $PKG/usr/share/icons/hicolor/${i}x${i}/apps/ + cp -a GUI/p7zip_${i}.png $PKG/usr/share/icons/hicolor/${i}x${i}/apps/p7zip.png done # Add KDE4 service menus: -- cgit v1.2.3-65-gdbad