]> git.pld-linux.org Git - packages/etherape.git/commitdiff
- fix DESTDIR style install.
authorkloczek <kloczek@pld-linux.org>
Fri, 21 Apr 2000 10:44:56 +0000 (10:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    etherape-DESTDIR.patch -> 1.1

etherape-DESTDIR.patch [new file with mode: 0644]

diff --git a/etherape-DESTDIR.patch b/etherape-DESTDIR.patch
new file mode 100644 (file)
index 0000000..e09ccb4
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nru etherape-0.5.1/src/Makefile.am etherape-0.5.1.new/src/Makefile.am
+--- etherape-0.5.1/src/Makefile.am     Sat Apr 15 21:24:58 2000
++++ etherape-0.5.1.new/src/Makefile.am Fri Apr 21 10:30:54 2000
+@@ -28,7 +28,7 @@
+ etherape_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) $(PCAP_LIBS)
+ install-exec-local:
+-      ln -f $(sbindir)/etherape $(sbindir)/interape
++      ln -sf etherape $(DESTDIR)$(sbindir)/interape
+ uninstall-local:
+       rm -f $(sbindir)/interape
This page took 0.084702 seconds and 4 git commands to generate.