Skip to content

Commit

Permalink
Merge branch 'remove-dup-slash' of https://github.com/tchaikov/liburing
Browse files Browse the repository at this point in the history
* 'remove-dup-slash' of https://github.com/tchaikov/liburing:
  spec: do not add "/" before %{_libdir}
  • Loading branch information
axboe committed Sep 28, 2023
2 parents b58921e + be96a8f commit b3ee3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liburing.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ for the Linux-native io_uring.

%build
%set_build_flags
./configure --prefix=%{_prefix} --libdir=/%{_libdir} --libdevdir=/%{_libdir} --mandir=%{_mandir} --includedir=%{_includedir}
./configure --prefix=%{_prefix} --libdir=%{_libdir} --libdevdir=%{_libdir} --mandir=%{_mandir} --includedir=%{_includedir}

%make_build

Expand Down

0 comments on commit b3ee3e7

Please sign in to comment.