From ad16671cc153dcfc3a87b4d2a0a79d998b90a499 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 19 Oct 2021 14:00:53 +0200 Subject: [PATCH] Adapt make and spec --- Makefile | 2 +- oss-pkg-packages.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 00375c2..9bfab13 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ package: init: test -d .git && rm -r .git mv oss-pkg-packages.spec.in oss-pkg-$(PACKAGE).spec - sed 's/PACKAGE/$(PACKAGE)/g' oss-pkg-$(PACKAGE).spec + sed -i 's/PACKAGE/$(PACKAGE)/g' oss-pkg-$(PACKAGE).spec echo "Do not forget to adapt VERSION and the FULLNAMES file" git init git add . diff --git a/oss-pkg-packages.spec.in b/oss-pkg-packages.spec.in index 57ee641..69941a3 100644 --- a/oss-pkg-packages.spec.in +++ b/oss-pkg-packages.spec.in @@ -21,7 +21,7 @@ PreReq: %fillup_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Package to install PACKAGE on OSS-Clients +Package to install PACKAGE on CRANIX-Clients Authors: -------- -- 2.43.0