From 91e7b7245c68cb8caaafedc5787aac163c857325 Mon Sep 17 00:00:00 2001 From: Alexander Tratsevskiy Date: Mon, 26 Sep 2022 13:27:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=20=D1=83?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D1=80=D0=B5=D0=B2=D1=88=D0=B8=D0=B9=20=D0=BF?= =?UTF-8?q?=D0=B0=D1=82=D1=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sys-apps/openrc/.calculate_directory | 1 - .../sys-apps/openrc/branding.patch | 16 ---------------- 2 files changed, 17 deletions(-) delete mode 100644 profiles/templates/3.6/6_ac_install_patch/sys-apps/openrc/.calculate_directory delete mode 100644 profiles/templates/3.6/6_ac_install_patch/sys-apps/openrc/branding.patch diff --git a/profiles/templates/3.6/6_ac_install_patch/sys-apps/openrc/.calculate_directory b/profiles/templates/3.6/6_ac_install_patch/sys-apps/openrc/.calculate_directory deleted file mode 100644 index 615bc8bdf..000000000 --- a/profiles/templates/3.6/6_ac_install_patch/sys-apps/openrc/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate append=skip merge()!= diff --git a/profiles/templates/3.6/6_ac_install_patch/sys-apps/openrc/branding.patch b/profiles/templates/3.6/6_ac_install_patch/sys-apps/openrc/branding.patch deleted file mode 100644 index 4c2dbf91e..000000000 --- a/profiles/templates/3.6/6_ac_install_patch/sys-apps/openrc/branding.patch +++ /dev/null @@ -1,16 +0,0 @@ -# Calculate format=diff -diff --git a/src/rc/Makefile b/src/rc/Makefile -index 9d33192..4999edf 100644 ---- a/src/rc/Makefile -+++ b/src/rc/Makefile -@@ -50,9 +50,7 @@ ${SRCS}: version.h - .PHONY: version.h.tmp - version.h.tmp: - echo "#define VERSION \"${VERSION}${GITVER}\"" >$@ -- if test -n "${BRANDING}"; then \ -- echo "#define BRANDING \"${BRANDING}\"" >> $@; \ -- fi -+ echo "#define BRANDING \"Calculate Linux\"" >> $@; \ - - version.h: version.h.tmp - cmp -s $@.tmp $@ && rm $@.tmp || mv $@.tmp $@