We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2471cf commit 53b2e34Copy full SHA for 53b2e34
.copr/Makefile
@@ -2,6 +2,6 @@ TOP := ${PWD}/build
2
ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
3
4
srpm:
5
- bash ${ROOT_DIR}/../build.sh ${outdir}
+ bash ${ROOT_DIR}/../scripts/build.sh ${outdir}
6
7
.PHONY: srpm
0 commit comments