aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-08-31 13:12:09 +0000
committerJörg Mayer <jmayer@loplof.de>2006-08-31 13:12:09 +0000
commita2761ac6d79b76301226af1aabbd3a6ff90b77ec (patch)
tree02143f9b45231440ad13091c26023eb273d506d1 /Makefile.am
parent607f73cd71416b06961871e7e9647863b1b16d9b (diff)
downloadwireshark-a2761ac6d79b76301226af1aabbd3a6ff90b77ec.tar.gz
wireshark-a2761ac6d79b76301226af1aabbd3a6ff90b77ec.tar.bz2
wireshark-a2761ac6d79b76301226af1aabbd3a6ff90b77ec.zip
don't recycle ethereal-icons
svn path=/trunk/; revision=19102
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6e15a52fc5..c79423be36 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -843,7 +843,7 @@ srpm-package: dist
cd SOURCES ; \
ln -s ../../../$(distdir).tar.gz ; \
ln -s ../../../wireshark.desktop ; \
- ln -s ../../../image/elogo3d64x64.png wireshark.png ; \
+ ln -s ../../../image/wsicon64.png wireshark.png ; \
cd .. ; \
rpmbuild --define "_topdir `cd . && pwd`" -bs SPECS/wireshark.spec && \
echo "Package successfully built in `pwd`/SRPMS." ; \