summaryrefslogtreecommitdiff
path: root/libre/systemd/PKGBUILD
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-09 21:29:44 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-22 16:15:02 -0300
commit632bc0e556d01ec27f55598c3fce6df8280c196b (patch)
tree59859ff2273f1984b7c48d67d33eb024fa68b16b /libre/systemd/PKGBUILD
parent35aea4052f4bc23013afa2a7141048de929048bd (diff)
libre/systemd: rename GNU/Linux-libre -> GNU/Linux
Diffstat (limited to 'libre/systemd/PKGBUILD')
-rw-r--r--libre/systemd/PKGBUILD4
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