diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2016-09-13 20:22:56 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-14 19:07:23 +0700 |
commit | d280843794be39a2f6824e78bebb3d9b643ef4d9 (patch) | |
tree | fe0e502e82026e8007135f33bc3cb6e3fb0b4ca8 /office/openoffice.org | |
parent | fb892637b5dd7b6fe428f082b0f75abefe2270cc (diff) |
office/openoffice.org: Fix build.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'office/openoffice.org')
-rw-r--r-- | office/openoffice.org/openoffice.org.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/openoffice.org/openoffice.org.SlackBuild b/office/openoffice.org/openoffice.org.SlackBuild index 87677a767695..445664fe8073 100644 --- a/office/openoffice.org/openoffice.org.SlackBuild +++ b/office/openoffice.org/openoffice.org.SlackBuild @@ -81,7 +81,7 @@ mkdir -p $PKG/usr/share/applications/ rm -rf $TMP/$SOURCEDIR tar xvf $CWD/$TARNAME -C $TMP -unzip -f $CWD/apache-${SRCNAM}-${VERSION}-patch1-apply-Linux`getconf LONG_BIT`.zip libtl.so -d $TMP +unzip -u $CWD/apache-${SRCNAM}-${VERSION}-patch1-apply-Linux`getconf LONG_BIT`.zip libtl.so -d $TMP cd $TMP/$SOURCEDIR/RPMS chown -R root:root . |