]> repo.cephalix.eu Git - template.git/commitdiff
Adapt make and spec
authorbuildmaster <buildmaster@git.cephalix.eu>
Tue, 19 Oct 2021 12:00:53 +0000 (14:00 +0200)
committerbuildmaster <buildmaster@git.cephalix.eu>
Tue, 19 Oct 2021 12:00:53 +0000 (14:00 +0200)
Makefile
oss-pkg-packages.spec.in

index 00375c2ce9787006edaa7c60258b95073b8a3328..9bfab133eb38028b214e8e2b272d9ef228409c00 100644 (file)
--- 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 .
index 57ee64135d18af87a67e9ab4ed04eab4622244b8..69941a358f1ecd6993a3593ba474c0edc9a0c271 100644 (file)
@@ -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:
 --------