From: buildmaster Date: Tue, 19 Oct 2021 12:00:53 +0000 (+0200) Subject: Adapt make and spec X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=ad16671cc153dcfc3a87b4d2a0a79d998b90a499;p=template.git Adapt make and spec --- 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: --------