summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/Makefile b/usr.sbin/pkg_install/Makefile
index 434d3b7..eabb3ff 100644
--- a/usr.sbin/pkg_install/Makefile
+++ b/usr.sbin/pkg_install/Makefile
@@ -17,7 +17,8 @@ distfile: clean
${CP} -r pkg_install pkg_install-${DATE}; \
${TAR} -czf pkg_install/pkg_install-${DATE}.tar.gz \
--exclude .#* --exclude *~ --exclude CVS \
- --exclude pkg_install-*.tar.gz pkg_install-${DATE}; \
+ --exclude .svn --exclude pkg_install-*.tar.gz \
+ pkg_install-${DATE}; \
${RM} -rf pkg_install-${DATE})
OpenPOWER on IntegriCloud