From c0fe88543fa4763cb4d0a47797233d462ff8fb42 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 17 May 2016 18:57:58 -0400 Subject: Oops, add a missing install rule in the Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 58535a8..bbe0725 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,9 @@ $(DESTDIR)$(pkglibexecdir)/%: % $(DESTDIR)$(systemddir)/%.service: %.service install -Dm644 $< $@ +$(DESTDIR)$(uwsgidir)/%: % + install -Dm644 $< $@ + # Specific rules depends.txt: list-depends depends_static.txt -- cgit v1.2.3