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 $@