aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-08-01 19:51:06 +0000
committerGerald Combs <gerald@wireshark.org>2005-08-01 19:51:06 +0000
commitf0cf1e9f64370b6b3b1123aa74ae08a096361efe (patch)
treecec47b9cb03af5289adc77120cf9fdf2d433d93e
parent40101cf2b13d642895cc21bcff28c22eb0e4d7d7 (diff)
The .spec file now refers to "ethereal.desktop". Link to it when we
create our RPMs. svn path=/trunk/; revision=15166
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 3e54770604..2476133037 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -797,6 +797,7 @@ rpm-package: dist
mkdir -p BUILD RPMS SOURCES ; \
cd SOURCES ; \
ln -s ../../../$(distdir).tar.gz ; \
+ ln -s ../../../ethereal.desktop ; \
ln -s ../../../image/elogo3d64x64.png ethereal.png ; \
cd .. ; \
rpmbuild --define "_topdir `cd . && pwd`" -bb SPECS/ethereal.spec && \
@@ -810,6 +811,7 @@ srpm-package: dist
mkdir -p BUILD SRPMS SOURCES ; \
cd SOURCES ; \
ln -s ../../../$(distdir).tar.gz ; \
+ ln -s ../../../ethereal.desktop ; \
ln -s ../../../image/elogo3d64x64.png ethereal.png ; \
cd .. ; \
rpmbuild --define "_topdir `cd . && pwd`" -bs SPECS/ethereal.spec && \