diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-12 18:55:56 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-12 18:55:56 -0500 |
commit | 3eaa5c91d7e7d012e050e54b7ee6b27db22efb19 (patch) | |
tree | 4abe8bfae0b335c1d5cc975f15f91d1305bdfb05 /pm_filter | |
parent | 82649be475f0d3459ea09d4fe6d65dfe212f0a80 (diff) |
export installdir
For use by Setup/Automator
Diffstat (limited to 'pm_filter')
-rwxr-xr-x | pm_filter | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ BEGIN { } if (/INSTALLDIR_AUTOREPLACE/) { - $_=qq{my \$installdir="$prefix";}; + $_=qq{our \$installdir="$prefix";}; } elsif (/VERSION_AUTOREPLACE/) { $_=qq{our \$version="$ver";}; |