baum
diff Makefile @ 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 |
parents | 88a51653db83 |
children | c31b5bb6d493 |
line diff
1.1 --- a/Makefile Sat Mar 01 21:24:00 2008 +0100 1.2 +++ b/Makefile Sat Mar 01 21:49:41 2008 +0100 1.3 @@ -57,7 +57,7 @@ 1.4 @echo "generating tarball" 1.5 @mkdir -p ${NV} 1.6 @cp -rf ${SRC} ${DEP} ${NAME}.1 Makefile ${DOCS} ${NV} 1.7 - @tar -czhof ${NV}.tar.gz ${NV} 1.8 + @fakeroot tar -czhof ${NV}.tar.gz ${NV} 1.9 @rm -rf ${NV} 1.10 1.11 deb: dist