diff options
Diffstat (limited to 'fortune/datfiles/Makefile')
| -rw-r--r-- | fortune/datfiles/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fortune/datfiles/Makefile b/fortune/datfiles/Makefile index be8c16b2..3a8f75bc 100644 --- a/fortune/datfiles/Makefile +++ b/fortune/datfiles/Makefile @@ -13,7 +13,9 @@ DATFILES= ${NORMDAT} ${OBSDAT} CLEANFILES+=${DATFILES} -install: ${DATFILES} +all: ${DATFILES} + +install: @if [ ! -d ${DESTDIR}/usr/share/games/fortune ]; then \ /bin/rm -f ${DESTDIR}/usr/share/games/fortune ; \ mkdir -p ${DESTDIR}/usr/share/games/fortune ; \ |
