aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 57a3cb8..43d8903 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ version_check:
always:
$(DISTDIR): always
- cp -auv skel $(DISTDIR)
+ cp -av skel $(DISTDIR)
$(PARROT_DIR): $(PARROT_TGZ)
tar -C $(DISTDIR) -xvzf $(PARROT_TGZ)