Skip to content

Commit

Permalink
Update Makefile to fix file copying issue
Browse files Browse the repository at this point in the history
  • Loading branch information
janjurca committed Jun 26, 2024
1 parent 6e29bfc commit 0e9efdf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .copr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,7 @@ srpm:
echo `ls $$BUILD_DIR`; \
for rpmfile in `ls $$CURRENT_DIR/filestorm-*.src.rpm`; do \
echo $$rpmfile; \
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; \
echo $$RPM_FILE_NAME; \
cp $$rpmfile $(outdir)/$$RPM_FILE_NAME; \
cp $$rpmfile $(outdir); \
done

.PHONY: clean
Expand Down

0 comments on commit 0e9efdf

Please sign in to comment.