#5311: libreoffice-4.3.0
-------------------------+-----------------------
 Reporter:  fo           |       Owner:  fo
     Type:  enhancement  |      Status:  assigned
 Priority:  normal       |   Milestone:  7.6
Component:  BOOK         |     Version:  SVN
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+-----------------------

Comment (by fo):

 Replying to [comment:48 cjg]:


 > Hello Fernando,
 >
 > It is in the cleaning stage that this happens.  I used Bruce's script
 for this install.  The libreoffice prefix is correctly set:


 > DIR=`pwd`
 > PROGRAM=libreoffice-4.3.0.4
 > LOG=$DIR/$PROGRAM.log
 > TITLE=$PROGRAM
 > TIMEFORMAT="$TIMEFMT $TITLE"
 > export LO_PREFIX=/opt
 >
 > BUILDDIR=/opt/build/libreoffice
 > DEST=$BUILDDIR/install
 >
 > Notice that I have exported the prefix in the script.
 >
 > I hope that this is the information that you are asking for.

 Thanks. That was exactly what I was asking.

 You need to change

 export LO_PREFIX=/opt

 to the new version:

 export LO_PREFIX=/opt/libreoffice-4.3.0.4

 I am assuming that uou are using in the script

 {{{
 ./autogen.sh --prefix=$LO_PREFIX         \
              --sysconfdir=/etc           \
 ...
 }}}

 with that, the cleaning is on /opt/libreoffice-4.3.0.4, not /opt

 Please, confirm that, and we won't need the warning.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/5311#comment:49>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to