Skip to content

Commit

Permalink
Update Makefile to use correct directory for cmake command
Browse files Browse the repository at this point in the history
  • Loading branch information
janjurca committed Jun 26, 2024
1 parent 740e4f8 commit aaa4db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .copr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ srpm:
RPM_FILE_NAME=$$(basename $$rpmfile); \
if echo $$CURRENT_DIR | grep -q $$SUBDIR; then \
RPM_FILE_NAME=$$(echo $$RPM_FILE_NAME | sed 's/filestorm-/filestorm-build-in-libs-/g'); \
fi \
cp $$CURRENT_DIR/$$rpmfile $(outdir)/$$RPM_FILE_NAME ; \
fi; \
cp $$CURRENT_DIR/$$rpmfile $(outdir)/$$RPM_FILE_NAME; \
done

.PHONY: clean
Expand Down

0 comments on commit aaa4db2

Please sign in to comment.