diff options
author | Jörg Mayer <jmayer@loplof.de> | 2006-08-31 13:12:09 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2006-08-31 13:12:09 +0000 |
commit | a2761ac6d79b76301226af1aabbd3a6ff90b77ec (patch) | |
tree | 02143f9b45231440ad13091c26023eb273d506d1 /Makefile.am | |
parent | 607f73cd71416b06961871e7e9647863b1b16d9b (diff) | |
download | wireshark-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.am | 2 |
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." ; \ |