diff options
Diffstat (limited to 'master/icons/Makefile')
-rw-r--r-- | master/icons/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/master/icons/Makefile b/master/icons/Makefile index 09c218a..736d2f5 100644 --- a/master/icons/Makefile +++ b/master/icons/Makefile @@ -19,7 +19,7 @@ clean: install: all test -n "${DESTDIR}" || ( echo "Please define DESTDIR" ; exit 1 ) - ${INSTALL} -m ${IMGMODE} ${IMGS} ${IMGS_MEDIUM} -t ${DESTDIR}/master/media/images || exit $$? + ${INSTALL} -m ${IMGMODE} ${IMGS} ${IMGS_MEDIUM} ${DESTDIR}/master/media/images || exit $$? uninstall: for img in ${IMGS} ${IMGS_MEDIUM}; do rm -f ${DESTDIR}/master/media/images/$$img; done |