There is no longer any need to link wireshark.desktop and wireshark.png into the...
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 7 Feb 2013 17:37:38 +0000 (17:37 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 7 Feb 2013 17:37:38 +0000 (17:37 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@47534 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.am

index 6676fa89649e09ba4a58c385da913a6d7b6a6d73..54a963f9186cef576276ee81ed09d9082464d6cc 100644 (file)
@@ -1049,13 +1049,12 @@ rpm-package: dist
                mkdir -p BUILD RPMS SOURCES ; \
                cd SOURCES ; \
                ln -s ../../../$(distdir).tar.bz2 ; \
-               ln -s ../../../wireshark.desktop ; \
-               ln -s ../../../image/wsicon64.png wireshark.png ; \
                cd .. ; \
                rpmbuild --define "_topdir `cd . && pwd`" -bb SPECS/wireshark.spec && \
                        echo "Package successfully built in `pwd`/RPMS." ; \
        else \
                echo "Error: RPM executable and/or source directory not found." ; \
+               false; \
        fi
 
 # Install some desktop files (for use with GNOME and/or freedesktop.org-compliant desktops?)