From 35aea4052f4bc23013afa2a7141048de929048bd Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Wed, 9 Sep 2015 21:05:25 -0300 Subject: libre/systemd: rename PRETTY_NAME and Boot Manager --- libre/systemd/PKGBUILD | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'libre/systemd/PKGBUILD') diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index 313e37d0c..2a3318608 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=systemd pkgname=systemd pkgver=225 -pkgrel=1.parabola1 +pkgrel=1.parabola2 arch=('i686' 'x86_64') url="http://www.freedesktop.org/wiki/Software/systemd" makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' @@ -31,6 +31,12 @@ md5sums=('SKIP' prepare() { cd "$pkgname" + # Rename Linux -> GNU/Linux-libre (PRETTY_NAME) + sed -i '\|PRETTY_NAME| s|Linux|GNU/Linux-libre|' src/kernel-install/90-loaderentry.install + + # Rename Linux Boot Manager -> Systemd Boot Manager + sed -i 's|Linux Boot Manager|Systemd Boot Manager|' src/boot/bootctl.c + ./autogen.sh } -- cgit v1.2.3