From: Todd C. Miller Date: Fri, 8 Jun 2012 14:34:59 +0000 (-0400) Subject: Fix license file path for Mac OS X. X-Git-Tag: SUDO_1_7_10~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c715f595e6cf1fb7422dbb4ec8bdaf49d17fd791;p=sudo Fix license file path for Mac OS X. --HG-- branch : 1.7 --- diff --git a/sudo.pp b/sudo.pp index d640a4905..5a40b8edf 100644 --- a/sudo.pp +++ b/sudo.pp @@ -212,7 +212,7 @@ 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=doc/LICENSE + pp_macos_pkg_license=LICENSE pp_macos_pkg_readme=${pp_wrkdir}/ReadMe.txt perl -pe 'last if (/^What/i && $seen++)' NEWS > ${pp_wrkdir}/ReadMe.txt %endif