mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
14 lines
478 B
Diff
14 lines
478 B
Diff
diff --git a/Makefile.in b/Makefile.in
|
|
index fdd5e6c..45f81a1 100644
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -165,7 +165,7 @@ tags:
|
|
# Install
|
|
|
|
install: all
|
|
- $(INSTALL) -d $(DESTDIR)/$(sbindir) $(DESTDIR)/$(sysconfdir) $(DESTDIR)/@runtimedir@
|
|
+ $(INSTALL) -d $(DESTDIR)/$(sbindir) $(DESTDIR)/$(sysconfdir)
|
|
$(INSTALL_PROGRAM) $(exedir)/bird $(DESTDIR)/$(sbindir)/bird
|
|
$(INSTALL_PROGRAM) $(exedir)/birdcl $(DESTDIR)/$(sbindir)/birdcl
|
|
if test -n "@CLIENT@" ; then \
|