Changeset 2612183a for pst/ps/fop.xml


Ignore:
Timestamp:
02/07/2017 03:18:19 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
23d3b894
Parents:
21007b1b
Message:
  • apache-ant-1.10.1
  • fix ownership of installed files in fop (change "cp -a" to "cp -R")

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18264 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/fop.xml

    r21007b1b r2612183a  
    239239      </para>
    240240
    241 <screen role="root"><userinput>install -v -d -m755                          /opt/fop-&fop-version; &amp;&amp;
     241<screen role="root"><userinput>install -v -d -m755 -o root -g root          /opt/fop-&fop-version; &amp;&amp;
    242242cp -v  KEYS LICENSE NOTICE README            /opt/fop-&fop-version; &amp;&amp;
    243 cp -va build conf examples fop* javadocs lib /opt/fop-&fop-version; &amp;&amp;
     243cp -vR build conf examples fop* javadocs lib /opt/fop-&fop-version; &amp;&amp;
    244244
    245245ln -v -sf fop-&fop-version; /opt/fop</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.