genwebgallery
diff Makefile @ 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 | 326bcd4e1708 |
children | cb1f0dda49e7 |
line diff
1.1 --- a/Makefile Sat May 10 21:45:23 2008 +0200 1.2 +++ b/Makefile Sat May 10 21:47:45 2008 +0200 1.3 @@ -21,7 +21,7 @@ 1.4 dist: changelog 1.5 @mkdir ${NV} 1.6 @cp -f ${NAME} ${NAME}.1 Makefile ${DOCS} ${NV} 1.7 - @tar -czhof ${NV}.tar.gz ${NV} 1.8 + @tar -czho --owner 0 --group 0 -f ${NV}.tar.gz ${NV} 1.9 @rm -rf ${NV} 1.10 1.11 deb: dist