changeset 20:332ea19d9aaf

dist tarball contains now files with root as owner
author meillo@marmaro.de
date Sat, 10 May 2008 21:47:45 +0200
parents 76f0d56dcf34
children 3ce5429cd219
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat May 10 21:45:23 2008 +0200
+++ b/Makefile	Sat May 10 21:47:45 2008 +0200
@@ -21,7 +21,7 @@
 dist: changelog
 	@mkdir ${NV}
 	@cp -f ${NAME} ${NAME}.1 Makefile ${DOCS} ${NV}
-	@tar -czhof ${NV}.tar.gz ${NV}
+	@tar -czho --owner 0 --group 0 -f ${NV}.tar.gz ${NV}
 	@rm -rf ${NV}
 
 deb: dist