Mercurial > baum
changeset 45:0b82169d4129
using fakeroot for creating the tarball; removed executable bit from some files
author | meillo@marmaro.de |
---|---|
date | Sat, 01 Mar 2008 21:49:41 +0100 (2008-03-01) |
parents | bc693c51970d |
children | 22305a6e128d |
files | LICENSE Makefile README actions.c actions.h baum.1 baum.c baum.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Mar 01 21:24:00 2008 +0100 +++ b/Makefile Sat Mar 01 21:49:41 2008 +0100 @@ -57,7 +57,7 @@ @echo "generating tarball" @mkdir -p ${NV} @cp -rf ${SRC} ${DEP} ${NAME}.1 Makefile ${DOCS} ${NV} - @tar -czhof ${NV}.tar.gz ${NV} + @fakeroot tar -czhof ${NV}.tar.gz ${NV} @rm -rf ${NV} deb: dist