From 6ed6897969e9784dd3c4d28b561eced6def843f5 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Sun, 2 Mar 2003 17:39:01 +0000 Subject: Correct a typo in a previous commit. Submitted by: Mike Harding --- graphics/gimp-manual-html/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/gimp-manual-html/Makefile b/graphics/gimp-manual-html/Makefile index 3bd05724e6fe..2531f3bb8d35 100644 --- a/graphics/gimp-manual-html/Makefile +++ b/graphics/gimp-manual-html/Makefile @@ -49,7 +49,7 @@ do-install: for file in ${DISTFILES} ; do \ cd ${PREFIX}/share/doc/gimp; \ ${TAR} -zxf ${DISTDIR}/$${file}; \ - @${CHOWN} -R root:wheel ${PREFIX}/share/doc/gimp \ + ${CHOWN} -R root:wheel ${PREFIX}/share/doc/gimp; \ done .endif -- cgit v1.2.3