Skip to content

Commit

Permalink
rpm: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Feb 17, 2024
1 parent c125732 commit db4f89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fdpp.spec.rpkg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ It is based on a FreeDOS kernel ported to modern C++.
%build
pipx install meson
export PATH=$PATH:/builddir/.local/bin
./configure.meson build --prefix %{_prefix} --libdir %{_libdir}
./configure.meson --prefix %{_prefix} --libdir %{_libdir} build
meson compile --verbose -C build %{?_smp_mflags}

%check
Expand Down

0 comments on commit db4f89e

Please sign in to comment.