From 004b539ec85213422277a0252d1ab2ca75b37730 Mon Sep 17 00:00:00 2001 From: "Brian K. White" Date: Tue, 27 Jun 2023 06:48:04 -0400 Subject: [PATCH] fix sed in Makefile --- Makefile | 14 +++++++------- README.md | 8 ++++---- README.md.src | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 0cc62919..3c377875 100644 --- a/Makefile +++ b/Makefile @@ -96,13 +96,13 @@ $(BRANDING_SHORTNAME)-gtk: $(misc_files) $(common_vala_files) $(gui_vala_files) $(common_vala_files) $(gui_vala_files) -o $(@) $(misc_files): %: %.src BRANDING.mak - sed 's|BRANDING_SHORTNAME|$(BRANDING_SHORTNAME)|g' \ - ';s|BRANDING_LONGNAME|$(BRANDING_LONGNAME)|g' \ - ';s|BRANDING_AUTHORNAME|$(BRANDING_AUTHORNAME)|g' \ - ';s|BRANDING_AUTHOREMAIL|$(BRANDING_AUTHOREMAIL)|g' \ - ';s|BRANDING_WEBSITE|$(BRANDING_WEBSITE)|g' \ - ';s|BRANDING_VERSION|$(BRANDING_VERSION)|g' \ - ';s|BRANDING_GITREPO|$(BRANDING_GITREPO)|g' \ + sed -e 's|BRANDING_SHORTNAME|$(BRANDING_SHORTNAME)|g' \ + -e 's|BRANDING_LONGNAME|$(BRANDING_LONGNAME)|g' \ + -e 's|BRANDING_AUTHORNAME|$(BRANDING_AUTHORNAME)|g' \ + -e 's|BRANDING_AUTHOREMAIL|$(BRANDING_AUTHOREMAIL)|g' \ + -e 's|BRANDING_WEBSITE|$(BRANDING_WEBSITE)|g' \ + -e 's|BRANDING_VERSION|$(BRANDING_VERSION)|g' \ + -e 's|BRANDING_GITREPO|$(BRANDING_GITREPO)|g' \ $(@).src >$(@) $(pot_file): $(common_vala_files) $(tui_vala_files) $(gui_vala_files) diff --git a/README.md b/README.md index 8ec1343d..5e7a7772 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BRANDING_LONGNAME +# Mainline Kernels A tool for installing [Ubuntu Mainline Kernel Builds](https://wiki.ubuntu.com/Kernel/MainlineBuilds) onto debian-based distributions. ![Main window screenshot](main_window.png) @@ -69,14 +69,14 @@ There are also .deb packages in [releases](../../releases/latest), generated by # Build ``` sudo apt install libgee-0.8-dev libjson-glib-dev libvte-2.91-dev valac aria2 lsb-release make gettext dpkg-dev -git clone BRANDING_GITREPO +git clone https://github.com/bkw777/mainline.git cd mainline make sudo make install ``` # Usage -Look for System -> BRANDING_LONGNAME in your desktop's Applications/Start menu. +Look for System -> Mainline Kernels in your desktop's Applications/Start menu. Otherwise: CLI @@ -163,7 +163,7 @@ Sorting on the "Notes" column is a way to see all kernels that have any notes to Debugging notifications: `DEBUG_NOTIFY_SEND=true VERBOSE=3 mainline --notify` - Then `ls -l ${XDG_RUNTIME_DIR:-/tmp}/*.e` + Then find the logs here `ls -al ${XDG_RUNTIME_DIR:-/tmp}/.*.e` * If **Uninstall Old** doesn't remove some distribution kernel packages Use your normal package manager like apt or synaptic to remove the parent meta-package: diff --git a/README.md.src b/README.md.src index 8d0ee6a6..d79566a8 100644 --- a/README.md.src +++ b/README.md.src @@ -163,7 +163,7 @@ Sorting on the "Notes" column is a way to see all kernels that have any notes to Debugging notifications: `DEBUG_NOTIFY_SEND=true VERBOSE=3 BRANDING_SHORTNAME --notify` - Then `ls -l ${XDG_RUNTIME_DIR:-/tmp}/*.e` + Then find the logs here `ls -al ${XDG_RUNTIME_DIR:-/tmp}/.*.e` * If **Uninstall Old** doesn't remove some distribution kernel packages Use your normal package manager like apt or synaptic to remove the parent meta-package: