Skip to content

Commit

Permalink
rpm: fix applying patch
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jan 14, 2025
1 parent 3cd6124 commit e26dbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/rpm/umu-launcher.spec
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ git submodule update --init --recursive

%build
cd umu-launcher
git apply 0001-rpm-use-fedora-pyzstd.patch
git apply ../0001-rpm-use-fedora-pyzstd.patch
./configure.sh --prefix=/usr
make

Expand Down

0 comments on commit e26dbd0

Please sign in to comment.