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 5f0a765 commit 4e20a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .copr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ srpm:
$$CMAKE_COMMAND; \
cpack -G RPM --config $$BUILD_DIR/CPackSourceConfig.cmake; \
echo `ls $$BUILD_DIR`; \
for rpmfile in `ls $$BUILD_DIR/filestorm-*.src.rpm`; do \
for rpmfile in `ls $$CURRENT_DIR/filestorm-*.src.rpm`; do \
echo $$rpmfile; \
cp $$rpmfile $(outdir); \
done
Expand Down

0 comments on commit 4e20a39

Please sign in to comment.