From: Yadd Date: Fri, 12 Apr 2024 10:05:59 +0000 (+0200) Subject: don't rebuild on install X-Git-Tag: archive/raspbian/7.3.0+dfsg1+_cs24.12.11-1+rpi1~1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d680288a78ba404cb2fa52808ce1762440c00511;p=node-undici.git don't rebuild on install Forwarded: not-needed Last-Update: 2024-01-18 Gbp-Pq: Name dont-rebuild-on-install.patch --- diff --git a/llhttp/Makefile b/llhttp/Makefile index f3afeba..329460c 100644 --- a/llhttp/Makefile +++ b/llhttp/Makefile @@ -83,7 +83,7 @@ postversion: release generate: ts-node bin/generate.ts -install: build/libllhttp.a build/libllhttp.so +install: $(INSTALL) -d $(DESTDIR)$(INCLUDEDIR) $(INSTALL) -d $(DESTDIR)$(LIBDIR) $(INSTALL) -C build/llhttp.h $(DESTDIR)$(INCLUDEDIR)/llhttp.h