This will allow us to get rid of /lib eventually. Signed-off-by: Tom Gundersen <teg@jklm.no> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1925af4..ce66066 100644 --- a/Makefile +++ b/Makefile @@ -35,11 +35,11 @@ install: install-docs rc.d/net-auto-wired \ rc.d/net-auto-wireless \ $(DESTDIR)/etc/rc.d/ - install -d $(DESTDIR)/lib/systemd/system + install -d $(DESTDIR)/usr/lib/systemd/system install -m644 \ systemd/net-auto-wireless.service \ systemd/net-auto-wired.service \ - $(DESTDIR)/lib/systemd/system/ + $(DESTDIR)/usr/lib/systemd/system/ install-wireless: install -d $(DESTDIR)/usr/lib/network/connections $(DESTDIR)/usr/bin \ -- 1.7.10