mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
mkosi: Drop _fixperms workaround
This was added to deal with a bug in the rpm 4.20 rc in Rawhide but since that's been fixed, let's drop the workaround.
This commit is contained in:
parent
887a18b0d3
commit
517e892210
@ -97,7 +97,6 @@ CXX_LD="$( ((LLVM)) && echo lld)" \
|
||||
--define "__script_requires %{nil}" \
|
||||
--define "_find_debuginfo_opts --unique-debug-src-base \"%{name}\"" \
|
||||
--define "_find_debuginfo_dwz_opts %{nil}" \
|
||||
--define "_fixperms true" \
|
||||
--undefine _package_note_flags \
|
||||
--noclean \
|
||||
"pkg/$PKG_SUBDIR/systemd.spec"
|
||||
|
@ -94,7 +94,6 @@ build() {
|
||||
--define "__script_requires %{nil}" \
|
||||
--define "_find_debuginfo_dwz_opts %{nil}" \
|
||||
--define "_find_debuginfo_opts --unique-debug-src-base \"%{name}\"" \
|
||||
--define "_fixperms true" \
|
||||
--noclean \
|
||||
"$@" \
|
||||
"pkg/$PKG_SUBDIR/systemd.spec"
|
||||
|
Loading…
Reference in New Issue
Block a user