summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2a65ff2c..4af093ac 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ clean:
dist: clean
find . -maxdepth 2 -name '*.p[lm]' -print0 | xargs -t -0 -n1 perl -cw \
- -I/usr/lib/libDrakX > /dev/null 2>&1
+ -I . -I/usr/lib/libDrakX > /dev/null 2>&1
@git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz;
$(info $(NAME)-$(VERSION).tar.xz is ready)