From c0e89dcf997af804f008e8b78fe9c3fa4b9fd670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Tue, 10 Jul 2018 22:35:37 +0200 Subject: Update copr/makefile --- .copr/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.copr/Makefile b/.copr/Makefile index bd37106..8a52b99 100644 --- a/.copr/Makefile +++ b/.copr/Makefile @@ -1,4 +1,5 @@ srpm: - pwd - echo $(outdir) - echo $(spec) + cmake . + make srpm + mkdir -p $(outdir) + mv rpmbuild/SRPMS/*.src.rpm $(outdir) -- cgit v1.2.3