1
0
mirror of https://github.com/systemd/systemd synced 2024-07-09 12:36:12 +00:00

build-sys: Fix Makefile wrapper for install target (#6548)

This commit is contained in:
Benjamin Robin 2017-08-07 11:29:20 +02:00 committed by Lennart Poettering
parent 15d167f8a3
commit c23c34bcba

View File

@ -2,4 +2,4 @@ all:
ninja -C build ninja -C build
install: install:
DESTDIR=$(DESTDIR) ninja -C build DESTDIR=$(DESTDIR) ninja -C build install