Skip to content

Commit 53b2e34

Browse files
committed
Fix path to build.sh
1 parent e2471cf commit 53b2e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.copr/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ TOP := ${PWD}/build
22
ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
33

44
srpm:
5-
bash ${ROOT_DIR}/../build.sh ${outdir}
5+
bash ${ROOT_DIR}/../scripts/build.sh ${outdir}
66

77
.PHONY: srpm

0 commit comments

Comments
 (0)