diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-09-09 21:29:44 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-09-22 16:15:02 -0300 |
commit | 632bc0e556d01ec27f55598c3fce6df8280c196b (patch) | |
tree | 59859ff2273f1984b7c48d67d33eb024fa68b16b | |
parent | 35aea4052f4bc23013afa2a7141048de929048bd (diff) |
libre/systemd: rename GNU/Linux-libre -> GNU/Linux
-rw-r--r-- | libre/systemd/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index 2a3318608..fbda69684 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -31,8 +31,8 @@ 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 -> GNU/Linux (PRETTY_NAME) + sed -i '\|PRETTY_NAME| s|Linux|GNU/Linux|' 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 |