Skip to content

Commit

Permalink
Fix filestorm build directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
janjurca committed Nov 29, 2023
1 parent 6a0437e commit 95739c3
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 @@ -2,7 +2,7 @@ srpm:
dnf -y install cmake gcc-c++ make cxxopts-devel spdlog-devel git
mkdir -p build
cd build && cmake ..
cp build/.version .version
cp .version build/.version
cpack -G RPM --config build/CPackSourceConfig.cmake
echo `ls`
for rpmfile in `ls filestorm-*.src.rpm`; do \
Expand Down

0 comments on commit 95739c3

Please sign in to comment.