blob: 0cd7d499de5f4e5bf4a056e9d14e3fd9d380d04e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- tools/Makefile.in.orig 2006-07-10 09:59:49.000000000 +0100
+++ tools/Makefile.in 2006-07-10 10:00:07.000000000 +0100
@@ -46,9 +46,9 @@
install: all
$(INSTALL) -d $(DESTDIR)$(sbindir) $(DESTDIR)$(sysconfdir) $(DESTDIR)$(localstatedir)
- $(INSTALL_PROGRAM) -s $(exedir)/bird $(DESTDIR)$(sbindir)/
+ $(INSTALL_PROGRAM) $(exedir)/bird $(DESTDIR)$(sbindir)/
if test -n "@CLIENT@" ; then \
- $(INSTALL_PROGRAM) -s $(exedir)/birdc $(DESTDIR)$(sbindir)/ ; \
+ $(INSTALL_PROGRAM) $(exedir)/birdc $(DESTDIR)$(sbindir)/ ; \
fi
if ! test -f $(DESTDIR)$(sysconfdir)/bird.conf ; then \
$(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)$(sysconfdir)/bird.conf ; \
|