mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
sysv: Remove systemd user unit in Emacs
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21920 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
4e0a40f25d
commit
2ab28c8259
@ -45,6 +45,9 @@
|
||||
<listitem>
|
||||
<para>August 8th, 2019</para>
|
||||
<itemizedlist>
|
||||
<listitem revision="sysv">
|
||||
<para>[renodr] - Remove systemd user unit from Emacs.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Fix building Grantlee with CMake 3.15 or newer. Fixes
|
||||
<ulink url="&blfs-ticket-root;12374">#12374</ulink>.</para>
|
||||
|
@ -117,9 +117,13 @@ make</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
<screen role="root" revision="systemd"><userinput>make install &&
|
||||
chown -v -R root:root /usr/share/emacs/&emacs-version;</userinput></screen>
|
||||
|
||||
<screen role="root" revision="sysv"><userinput>make install &&
|
||||
chown -v -R root:root /usr/share/emacs/&emacs-version; &&
|
||||
rm -vf /usr/lib/systemd/user/emacs.service</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
||||
This package installs icon files into the <filename
|
||||
|
Loading…
Reference in New Issue
Block a user