Skip to content

Commit

Permalink
Merge pull request #122 from R1kaB3rN/copy-libmspack
Browse files Browse the repository at this point in the history
fix: copy libmspack.so to files/lib64
  • Loading branch information
GloriousEggroll authored Aug 31, 2024
2 parents 9f12f25 + 2ffd446 commit 6ad937e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,8 @@ redist: all
mkdir -p $(REDIST_DIR)
rsync --delete -arx $(DST_BASE)/ $(REDIST_DIR)
cp $(PROTONFIXES_TARGET)/cabextract $(REDIST_DIR)/files/bin/
cp $(PROTONFIXES_TARGET)/libmspack.so.0 $(REDIST_DIR)/files/lib64/
cp -a $(PROTONFIXES_TARGET)/libmspack.so $(REDIST_DIR)/files/lib64/
cp -a $(PROTONFIXES_TARGET)/libmspack.so.0 $(REDIST_DIR)/files/lib64/
cp $(PROTONFIXES_TARGET)/libmspack.so.0.1.0 $(REDIST_DIR)/files/lib64/
mv $(REDIST_DIR) $(BUILD_NAME)
tar -cvzf $(BUILD_NAME).tar.gz $(BUILD_NAME)
Expand Down

0 comments on commit 6ad937e

Please sign in to comment.