pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/openoffice3 Remove unnecessary chmod.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56d5dc2709df
branches:  trunk
changeset: 550469:56d5dc2709df
user:      hira <hira%pkgsrc.org@localhost>
date:      Sat Nov 22 15:34:32 2008 +0000

description:
Remove unnecessary chmod.

diffstat:

 misc/openoffice3/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 750760d10ce2 -r 56d5dc2709df misc/openoffice3/Makefile
--- a/misc/openoffice3/Makefile Sat Nov 22 15:22:13 2008 +0000
+++ b/misc/openoffice3/Makefile Sat Nov 22 15:34:32 2008 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index