ignore cp errors

This commit is contained in:
Julien Danjou 2007-11-16 20:23:28 +01:00
parent c412b05b3c
commit 7808e2f8b0
1 changed files with 2 additions and 2 deletions

View File

@ -43,9 +43,9 @@ dist: clean
@echo creating dist tarball
@mkdir awesome-${VERSION}
@mkdir awesome-${VERSION}/layouts
@cp -R STYLE LICENSE AUTHORS Makefile README awesomerc config.mk \
@cp -fR STYLE LICENSE AUTHORS Makefile README awesomerc config.mk \
awesome.1 ${SRCCLIENT} ${SRCCLIENT:.c=.h} ${SRC} ${SRC:.c=.h} \
common.h awesome-${VERSION}
common.h awesome-${VERSION} || true
@cp -R ${LAYOUTS} ${LAYOUTS:.c=.h} awesome-${VERSION}/layouts
@tar -cf awesome-${VERSION}.tar awesome-${VERSION}
@gzip -9 awesome-${VERSION}.tar