From 8e6b44c51217acc8fc3cd781ae4c196a2b92b32d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 16 Aug 2024 15:28:56 -0300 Subject: Makefile: Use correct $(sources) in "install" target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 520d3ab..ba9cf8c 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ install: all '$(DESTDIR)$(BINDIR)' \ '$(DESTDIR)$(SRCDIR)' cp $(sources.sh) '$(DESTDIR)$(BINDIR)' - cp $(sources.sh) '$(DESTDIR)$(SRCDIR)' + cp $(sources) '$(DESTDIR)$(SRCDIR)' ## Uninstalls from $(DESTDIR)$(PREFIX). This is a perfect mirror -- cgit v1.2.3