aboutsummaryrefslogtreecommitdiff
path: root/app/office/broffice/broffice.mkbuild
diff options
context:
space:
mode:
authorrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>2009-04-29 02:26:32 +0000
committerrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>2009-04-29 02:26:32 +0000
commitdcc2b6215ebdd71dbca7d1a43a2889712207e97a (patch)
tree82ce738204e9c8d9cfd59bdb843d3b044d3e717b /app/office/broffice/broffice.mkbuild
parent05a70305d2268c58de62fb4025654cfa6d98d9ce (diff)
downloadmkbuilds-dcc2b6215ebdd71dbca7d1a43a2889712207e97a.tar.gz
mkbuilds-dcc2b6215ebdd71dbca7d1a43a2889712207e97a.tar.bz2
postfix: adding postfix mkbuild
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@443 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'app/office/broffice/broffice.mkbuild')
-rw-r--r--app/office/broffice/broffice.mkbuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/office/broffice/broffice.mkbuild b/app/office/broffice/broffice.mkbuild
index 77dd326..54c776b 100644
--- a/app/office/broffice/broffice.mkbuild
+++ b/app/office/broffice/broffice.mkbuild
@@ -70,7 +70,7 @@
#
# PREFIX. Default /usr
-[[PREFIX]]="/usr/share/broffice.org2.4"
+[[PREFIX]]="/usr/share/broffice.org"
#
# Number of jobs
@@ -170,20 +170,20 @@ rm *.rpm 2>/dev/null
# Convert links to KDE
cd desktop-integration
-echo -e "\ninstall broffice.org-slackware-menus-2.4*.rpm"
-tar xvf broffice.org-slackware-menus-2.4*.tgz -C $PKG || exit $ERROR_TAR
+echo -e "\ninstall broffice.org-slackware-menus-*.rpm"
+tar xvf broffice.org*-slackware-menus-*.tgz -C $PKG || exit $ERROR_TAR
rm *.rpm *.deb 2>/dev/null
cd ..
# Change opt directory
mkdir -p $PKG/usr/share
-mv $PKG/opt/broffice.org2.4 $PKG/usr/share/
+mv $PKG/opt/broffice.org* $PKG/usr/share/
mv $PKG/opt/kde/share/* $PKG/usr/share/
rm -rf $PKG/opt
# Change doinstall install directory
-sed 's/\/opt\/broffice.org2.4/\/usr\/share\/broffice.org2.4\//' $PKG/install/doinst.sh > $PKG/install/doinst.sh.new
+sed 's/\/opt\/broffice.org/\/usr\/share\/broffice.org\//' $PKG/install/doinst.sh > $PKG/install/doinst.sh.new
mv $PKG/install/doinst.sh.new $PKG/install/doinst.sh
#<make_package