X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fethereal;h=ac9ea83a346dda08b317959d7f63429ea400370f;hp=ab60b175fbf77d3d5047d67c3b44817be3ef7001;hb=de297ec3fbe69dd95e2ed695059675722632ae37;hpb=8a163b21e5411e3cb06d26a86f5334dfb628738d diff --git a/lfs/ethereal b/lfs/ethereal index ab60b175fb..ac9ea83a34 100644 --- a/lfs/ethereal +++ b/lfs/ethereal @@ -78,10 +78,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc --enable-threads cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install - # install -v -m644 FAQ README{,.linux} doc/README.* doc/*.{pod,txt} /usr/share/ethereal - # install -v -m644 -D ethereal.desktop /usr/share/applications/ethereal.desktop - # install -v -m644 -D image/elogo3d48x48.png /usr/share/pixmaps/ethereal.png - # install -v -m755 -d /usr/share/pixmaps/ethereal - # install -v -m644 image/*.{png,ico,xpm,bmp} /usr/share/pixmaps/ethereal @rm -rf $(DIR_APP) @$(POSTBUILD)