mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
Fix path to LICENSE and NEWS files that get used in the installer.
Previously, the installed versions were used instead of the ones in the destdir.
This commit is contained in:
parent
0d243a882e
commit
0d31a1c302
4
sudo.pp
4
sudo.pp
@ -272,9 +272,9 @@ still allow people to get their work done."
|
||||
%if [macos]
|
||||
pp_macos_pkg_type=flat
|
||||
pp_macos_bundle_id=ws.sudo.pkg.sudo
|
||||
pp_macos_pkg_license=$docdir/LICENSE
|
||||
pp_macos_pkg_license=${pp_destdir}$docdir/LICENSE
|
||||
pp_macos_pkg_readme=${pp_wrkdir}/ReadMe.txt
|
||||
perl -pe 'last if (/^What/i && $seen++)' $docdir/NEWS > ${pp_wrkdir}/ReadMe.txt
|
||||
perl -pe 'last if (/^What/i && $seen++)' ${pp_destdir}$docdir/NEWS > ${pp_wrkdir}/ReadMe.txt
|
||||
%endif
|
||||
|
||||
%if X"$aix_freeware" = X"true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user