build-sys: Fix Makefile wrapper for install target (#6548)
authorBenjamin Robin <benjarobin@users.noreply.github.com>
Mon, 7 Aug 2017 09:29:20 +0000 (11:29 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 7 Aug 2017 09:29:20 +0000 (11:29 +0200)
Makefile

index 09222128cde2a15f2b71b9aa79fc30cd651f3d41..b7e13fba2e160ae474351f19e10333fcea09b588 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,4 +2,4 @@ all:
        ninja -C build
 
 install:
-       DESTDIR=$(DESTDIR) ninja -C build
+       DESTDIR=$(DESTDIR) ninja -C build install