]> git.pld-linux.org Git - packages/etherape.git/blob - etherape-DESTDIR.patch
- release 2.
[packages/etherape.git] / etherape-DESTDIR.patch
1 diff -Nru etherape-0.5.1/src/Makefile.am etherape-0.5.1.new/src/Makefile.am
2 --- etherape-0.5.1/src/Makefile.am      Sat Apr 15 21:24:58 2000
3 +++ etherape-0.5.1.new/src/Makefile.am  Fri Apr 21 10:30:54 2000
4 @@ -28,7 +28,7 @@
5  etherape_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) $(PCAP_LIBS)
6  
7  install-exec-local:
8 -       ln -f $(sbindir)/etherape $(sbindir)/interape
9 +       ln -sf etherape $(DESTDIR)$(sbindir)/interape
10  
11  uninstall-local:
12         rm -f $(sbindir)/interape
This page took 0.065884 seconds and 3 git commands to generate.