mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-04 16:25:25 +00:00
fix paths to LICENSE and NEWS files for macOS packages
This commit is contained in:
4
sudo.pp
4
sudo.pp
@@ -272,9 +272,9 @@ still allow people to get their work done."
|
|||||||
%if [macos]
|
%if [macos]
|
||||||
pp_macos_pkg_type=flat
|
pp_macos_pkg_type=flat
|
||||||
pp_macos_bundle_id=ws.sudo.pkg.sudo
|
pp_macos_bundle_id=ws.sudo.pkg.sudo
|
||||||
pp_macos_pkg_license=doc/LICENSE
|
pp_macos_pkg_license=$docdir/LICENSE
|
||||||
pp_macos_pkg_readme=${pp_wrkdir}/ReadMe.txt
|
pp_macos_pkg_readme=${pp_wrkdir}/ReadMe.txt
|
||||||
perl -pe 'last if (/^What/i && $seen++)' NEWS > ${pp_wrkdir}/ReadMe.txt
|
perl -pe 'last if (/^What/i && $seen++)' $docdir/NEWS > ${pp_wrkdir}/ReadMe.txt
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if X"$aix_freeware" = X"true"
|
%if X"$aix_freeware" = X"true"
|
||||||
|
Reference in New Issue
Block a user