From: Richard W.M. Jones Date: Mon, 1 Aug 2016 13:51:05 +0000 (+0100) Subject: Rename copr project to just 'riscv' X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=d69fd4d7d8150aae307f53f30c40be332a2adb5d;p=fedora-riscv.git Rename copr project to just 'riscv' --- diff --git a/Makefile b/Makefile index eb499e3..0175eff 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ stamp-riscv-qemu-installed: @rpm -q riscv-qemu >/dev/null || { \ echo "ERROR: You must install riscv-qemu:"; \ echo; \ - echo " dnf copr enable rjones/riscv-qemu"; \ + echo " dnf copr enable rjones/riscv"; \ echo " dnf install riscv-qemu"; \ echo; \ echo "OR: you can build it yourself from the stage1-riscv-qemu directory."; \