From 85a5c87a03836f09af6ba81a6e38b5d87029380a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 28 Jan 2017 18:09:22 -0500 Subject: Makefile: pass the -D flag to install(1) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 29cc482..cbecd3e 100644 --- a/Makefile +++ b/Makefile @@ -22,10 +22,10 @@ files.out.int += *.sh $(DESTDIR)$(bindir)/%: % $(NORMAL_INSTALL) - $(INSTALL_PROGRAM) $< $@ + $(INSTALL_PROGRAM) -D $< $@ $(DESTDIR)$(datarootdir)/applications/%: % $(NORMAL_INSTALL) - $(INSTALL_DATA) $< $@ + $(INSTALL_DATA) -D $< $@ .DELETE_ON_ERROR: .SECONDARY: -- cgit v1.1-4-g5e80