diff options
Diffstat (limited to 'astro/boinc-astropulse/files')
-rw-r--r-- | astro/boinc-astropulse/files/pkg-deinstall.in | 2 | ||||
-rw-r--r-- | astro/boinc-astropulse/files/pkg-install.in | 4 | ||||
-rw-r--r-- | astro/boinc-astropulse/files/pkg-message.in | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/astro/boinc-astropulse/files/pkg-deinstall.in b/astro/boinc-astropulse/files/pkg-deinstall.in index eea6751836ca..b6ee2e66ab23 100644 --- a/astro/boinc-astropulse/files/pkg-deinstall.in +++ b/astro/boinc-astropulse/files/pkg-deinstall.in @@ -6,7 +6,7 @@ if [ "$2" != "POST-DEINSTALL" ]; then exit 0 fi -F=%%BOINC_HOME%%/projects/%%SETI_SITE%%/app_info.xml +F=%%BOINC_CLIENT_HOME%%/projects/%%SETI_SITE%%/app_info.xml echo Removing astropulse_v6 lines from $F l=`grep -n "<name>astropulse_v6</name>" $F | cut -f 1 -d :` 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 diff --git a/astro/boinc-astropulse/files/pkg-message.in b/astro/boinc-astropulse/files/pkg-message.in index bd1753e985c5..050aa6363e8a 100644 --- a/astro/boinc-astropulse/files/pkg-message.in +++ b/astro/boinc-astropulse/files/pkg-message.in @@ -11,6 +11,6 @@ MANUAL INSTALLATION *) Or get your account key at http://%%SETI_SITE%%/get_passwd.php *) Attach to the project: - cd %%BOINC_HOME%% + cd %%BOINC_CLIENT_HOME%% boinc_cmd --project_attach %%SETI_SITE%% <account key> ***************************************************************************** |