diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-17 18:57:58 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-17 18:57:58 -0400 |
commit | c0fe88543fa4763cb4d0a47797233d462ff8fb42 (patch) | |
tree | dbac2e4fc9be1d950de62aa30caf160ccc284269 | |
parent | c9cfc9bc4451a6219f71407b9a6e00b51defc713 (diff) |
Oops, add a missing install rule in the Makefile
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |