diff options
Diffstat (limited to 'net-misc/bird/files/1.1.3-nostrip.patch')
-rw-r--r-- | net-misc/bird/files/1.1.3-nostrip.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-misc/bird/files/1.1.3-nostrip.patch b/net-misc/bird/files/1.1.3-nostrip.patch deleted file mode 100644 index 36d1ef3b195d..000000000000 --- a/net-misc/bird/files/1.1.3-nostrip.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -uNr bird-1.1.3.ORIG/tools/Makefile.in bird-1.1.3/tools/Makefile.in ---- bird-1.1.3.ORIG/tools/Makefile.in 2009-09-11 14:56:23.000000000 +0100 -+++ bird-1.1.3/tools/Makefile.in 2009-09-11 14:56:38.000000000 +0100 -@@ -56,9 +56,9 @@ - - install: all - $(INSTALL) -d $(DESTDIR)/$(sbindir) $(DESTDIR)/$(sysconfdir) $(DESTDIR)/$(localstatedir) -- $(INSTALL_PROGRAM) -s $(exedir)/bird $(DESTDIR)/$(sbindir)/bird@SUFFIX6@ -+ $(INSTALL_PROGRAM) $(exedir)/bird $(DESTDIR)/$(sbindir)/bird@SUFFIX6@ - if test -n "@CLIENT@" ; then \ -- $(INSTALL_PROGRAM) -s $(exedir)/birdc $(DESTDIR)/$(sbindir)/birdc@SUFFIX6@ ; \ -+ $(INSTALL_PROGRAM) $(exedir)/birdc $(DESTDIR)/$(sbindir)/birdc@SUFFIX6@ ; \ - fi - if ! test -f $(DESTDIR)/$(sysconfdir)/bird@SUFFIX6@.conf ; then \ - $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/$(sysconfdir)/bird@SUFFIX6@.conf ; \ |