Changeset 3554481e


Ignore:
Timestamp:
02/09/2022 05:14:57 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8b1da3f
Parents:
0b5bf8e
git-author:
Xi Ruoyao <xry111@…> (02/09/2022 05:12:43 AM)
git-committer:
Xi Ruoyao <xry111@…> (02/09/2022 05:14:57 AM)
Message:

slang: don't install static library

And, simplify the chmod command as libslang.so.2.3.2 is already 0755.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/slang.xml

    r0b5bf8e r3554481e  
    100100
    101101    <para>
    102       To test the results, issue: <command>make check</command>. Note that
    103       this will also create a static version of the library which will then be
    104       installed in the next step.
     102      To test the results, issue: <command>make check</command>.
    105103    </para>
    106104
     
    111109<screen role='root'><userinput>make install_doc_dir=/usr/share/doc/slang-&slang-version;   \
    112110     SLSH_DOC_DIR=/usr/share/doc/slang-&slang-version;/slsh \
    113      install-all &amp;&amp;
     111     install &amp;&amp;
    114112
    115 chmod -v 755 /usr/lib/libslang.so.&slang-version; \
    116              /usr/lib/slang/v2/modules/*.so</userinput></screen>
     113chmod -v 755 /usr/lib/slang/v2/modules/*.so</userinput></screen>
    117114  </sect2>
    118115
     
    128125    <para>
    129126      <command>make install_doc_dir=/usr/share/doc/slang-&slang-version;
    130       SLSH_DOC_DIR=/usr/share/doc/slang-&slang-version;/slsh install-all</command>:
    131       This command installs the static library as well as
    132       the dynamic shared version and related modules. It also changes the
    133       documentation installation directories to a versioned directory.
     127      SLSH_DOC_DIR=/usr/share/doc/slang-&slang-version;/slsh install</command>:
     128      This command installs this package with a versioned documentation
     129      installation directory.
    134130    </para>
    135131
     
    167163      <seglistitem>
    168164        <seg>slsh</seg>
    169         <seg>libslang.{so,a} and numerous support modules</seg>
     165        <seg>libslang.so and numerous support modules</seg>
    170166        <seg>/usr/lib/slang, /usr/share/doc/slang-&slang-version;
    171167        and /usr/share/slsh</seg>
Note: See TracChangeset for help on using the changeset viewer.