diff options
author | hira <hira@pkgsrc.org> | 2008-11-22 15:34:32 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2008-11-22 15:34:32 +0000 |
commit | 92a3ec0a4f3095ae40e759d62cbc82e9b6d6a3c6 (patch) | |
tree | 82d2f85c6514529f120a5bba8a2e7c96a37dce53 /misc | |
parent | 82ebaf7ed65253c822a3c4e711c429f1ff2a9018 (diff) | |
download | pkgsrc-92a3ec0a4f3095ae40e759d62cbc82e9b6d6a3c6.tar.gz |
Remove unnecessary chmod.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index 0937777b4c1..d8f242d4130 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2008/11/22 07:57:03 hira Exp $ +# $NetBSD: Makefile,v 1.18 2008/11/22 15:34:32 hira Exp $ # OO_VER= 3.0.0 @@ -178,7 +178,6 @@ do-install: cd ${WRKSRC}/solver/300/${OPENOFFICE_OUTPATH}.pro/bin && \ ${INSTALL_DATA} ${OO_EXTENSIONS} ${DESTDIR}${OO_PREFIX}/extensions cd ${WRKSRC}/sysui/${OPENOFFICE_OUTPATH}.pro/misc/openoffice.org && \ - find ../../../desktop/icons -name '*.png' | xargs chmod -x && \ ${SETENV} ${MAKE_ENV} DESTDIR=${DESTDIR} _PREFIX=${PREFIX} \ GNOME=${PKG_OPTIONS:Mgnome} KDE=${PKG_OPTIONS:Mkde} \ OO_PREFIX=${OO_PREFIX} ${SH} create_tree.sh |