From cbf81aa5e31ab334714c6cf93541170e659b710a Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Sat, 23 Jun 2018 02:47:47 -0700 Subject: [PATCH] specs cp --- Makefile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a59a96e..f1a01a7 100644 --- a/Makefile +++ b/Makefile @@ -80,8 +80,8 @@ rpm/install/deps: sudo dnf install -y rpm-build sudo dnf install -y dnf-plugins-core -rpm/spec/cp: - cp .rpm/cointop.spec ~/rpmbuild/spec/ +rpm/cp/specs: + cp .rpm/cointop.spec ~/rpmbuild/SPECS/ rpm/build: rpmbuild -ba ~/rpmbuild/SPECS/cointop.spec diff --git a/README.md b/README.md index ca8b814..04ada1b 100644 --- a/README.md +++ b/README.md @@ -595,7 +595,7 @@ make rpm/dirs Build package ```bash -make rpm/spec/cp +make rpm/cp/specs make rpm/build make copr/build ```