summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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