Changeset 51695fd


Ignore:
Timestamp:
10/03/2020 03:08:54 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
6a5717b
Parents:
26b48ac
Message:

Change schema paths in gcr and gnome-keyring so that they are less weird:
the previous sed was giving /org/gnome/desktop/gnome/crypto
the new one will give /org/gnome/crypto

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

Location:
gnome/platform
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gcr.xml

    r26b48ac r51695fd  
    118118    </para>
    119119
    120 <screen><userinput>sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml &amp;&amp;
     120<screen><userinput>sed -i 's:"/desktop:"/org:' schema/*.xml &amp;&amp;
    121121
    122122mkdir gcr-build &amp;&amp;
  • gnome/platform/gnome-keyring.xml

    r26b48ac r51695fd  
    109109    </para>
    110110
    111 <screen><userinput>sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml &amp;&amp;
     111<screen><userinput>sed -i 's:"/desktop:"/org:' schema/*.xml &amp;&amp;
    112112
    113113./configure --prefix=/usr     \
Note: See TracChangeset for help on using the changeset viewer.