diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-09-11 18:37:42 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-09-11 18:37:42 -0300 |
commit | b15d29b3f66f295374827847b2d0fc00db49d32f (patch) | |
tree | 12ab075352e3a93c5f6c49f04531fec6a844d8f5 | |
parent | 5b926531c3cfde2262a4e60e29f645ba125348d1 (diff) |
libre/systemd: fix seds
-rw-r--r-- | libre/systemd/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index f0e11332d..5f16c3cce 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -35,9 +35,8 @@ prepare() { # Rename "Linux" -> "GNU/Linux" patch -Np1 -i "$srcdir/gnu+linux.patch" - sed -i '\|os_pretty_name| s|Linux|GNU/Linux|' src/analyze/analyze.c - sed -i '\|pretty_name| s|Linux|GNU/Linux|' src/core/main.c sed -i '\|os_name| s|Linux|GNU/Linux|' src/journal-remote/journal-gatewayd.c + sed -i '\|pretty_name| s|Linux|GNU/Linux|' src/analyze/analyze.c src/core/main.c src/firstboot/firstboot.c sed -i '\|PRETTY_NAME| s|Linux|GNU/Linux|' src/kernel-install/90-loaderentry.install # Rename "Linux Boot Manager" -> "Systemd Boot Manager" |