12 lines
598 B
Plaintext
12 lines
598 B
Plaintext
|
--- a/Makefile 2020-08-03 17:02:47.000000000 +0000
|
||
|
+++ a/Makefile 2020-08-25 01:59:51.280000000 +0000
|
||
|
@@ -89,7 +89,7 @@
|
||
|
install -m 0755 -d $(DESTDIR)$(ARPDDIR)
|
||
|
install -m 0755 -d $(DESTDIR)$(HDRDIR)
|
||
|
@for i in $(SUBDIRS); do $(MAKE) -C $$i install; done
|
||
|
- install -m 0644 $(shell find etc/iproute2 -maxdepth 1 -type f) $(DESTDIR)$(CONFDIR)
|
||
|
+ install -m 0644 $(shell find etc/iproute2 -type f) $(DESTDIR)$(CONFDIR)
|
||
|
install -m 0755 -d $(DESTDIR)$(BASH_COMPDIR)
|
||
|
install -m 0644 bash-completion/tc $(DESTDIR)$(BASH_COMPDIR)
|
||
|
install -m 0644 bash-completion/devlink $(DESTDIR)$(BASH_COMPDIR)
|