123456789101112131415161718192021222324252627282930 |
- --- l_template.orig 2020-12-11 20:19:10.957196000 +0600
- +++ template 2020-12-11 20:30:37.224164576 +0600
- @@ -6,6 +6,6 @@ bootstrap=yes
- depends="xbps-triggers"
- -short_desc="Void Linux base system files"
- +short_desc="Ymir Linux base system files"
- maintainer="Enno Boland <orphan@voidlinux.org>"
- license="Public Domain"
- -homepage="https://www.voidlinux.org"
- +homepage="https://www.ymirlinux.org"
- conf_files="
- @@ -77,3 +77,4 @@ do_install() {
- # sysctl(8) files
- - vinstall ${FILESDIR}/sysctl.conf 644 usr/lib/sysctl.d 10-void.conf
- + # Liberation: changed the name of conf file for Ymir
- + vinstall ${FILESDIR}/sysctl.conf 644 usr/lib/sysctl.d 10-ymir.conf
-
- @@ -89,5 +90,10 @@ do_install() {
-
- + # Liberation: Changed distribution name instances for Ymir
- + sed -i "s|Void|Ymir|g" ${DESTDIR}/usr/bin/lsb_release
- + sed -i "s|void|ymir|" ${DESTDIR}/usr/bin/lsb_release
- +
- # Install default dracut configuration.
- + # Liberation: changed the destination name of dracut conf file for Ymir
- vinstall ${FILESDIR}/dracut.conf.d.voidlinux.conf 644 \
- - usr/lib/dracut/dracut.conf.d 00-void.conf
- + usr/lib/dracut/dracut.conf.d 00-ymir.conf
-
|