Skip to content

Commit

Permalink
build-sys: Fix Makefile wrapper for install target (#6548)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjarobin authored and poettering committed Aug 7, 2017
1 parent 15d167f commit c23c34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,4 +2,4 @@ all:
ninja -C build

install:
DESTDIR=$(DESTDIR) ninja -C build
DESTDIR=$(DESTDIR) ninja -C build install

0 comments on commit c23c34b

Please sign in to comment.