diff options
Diffstat (limited to 'astro/boinc-astropulse/files/pkg-install.in')
-rw-r--r-- | astro/boinc-astropulse/files/pkg-install.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/boinc-astropulse/files/pkg-install.in b/astro/boinc-astropulse/files/pkg-install.in index 58f14f9ee5d6..c0cf7074d23c 100644 --- a/astro/boinc-astropulse/files/pkg-install.in +++ b/astro/boinc-astropulse/files/pkg-install.in @@ -6,13 +6,13 @@ if [ "$2" != "POST-INSTALL" ]; then exit 0 fi -F=%%BOINC_HOME%%/projects/%%SETI_SITE%%/app_info.xml +F=%%BOINC_CLIENT_HOME%%/projects/%%SETI_SITE%%/app_info.xml if [ ! -f $F ]; then echo Creating new $F echo "<app_info>" > $F echo "</app_info>" >> $F - chown %%BOINC_USER%%:%%BOINC_GROUP%% $F + chown %%BOINC_CLIENT_USER%%:%%BOINC_CLIENT_GROUP%% $F fi echo Adding astropulse_v6 lines to $F |