diff options
author | Rene Ladan <rene@FreeBSD.org> | 2012-04-23 21:14:20 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2012-04-23 21:14:20 +0000 |
commit | 0237fd0cf02c1bc3e1697811c6852fa80941e261 (patch) | |
tree | 4970deee5c3f00e8d099e484f800c5aed2b12f58 /astro/boinc-astropulse/files/pkg-install.in | |
parent | Add the three overlooked headers to the pkg-plist. (diff) |
Update to 6.01.
See the UPDATING entry for additional instructions.
Diffstat (limited to '')
-rw-r--r-- | astro/boinc-astropulse/files/pkg-install.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/boinc-astropulse/files/pkg-install.in b/astro/boinc-astropulse/files/pkg-install.in index acec366da3e7..58f14f9ee5d6 100644 --- a/astro/boinc-astropulse/files/pkg-install.in +++ b/astro/boinc-astropulse/files/pkg-install.in @@ -15,18 +15,18 @@ if [ ! -f $F ]; then chown %%BOINC_USER%%:%%BOINC_GROUP%% $F fi -echo Adding astropulse_v505 lines to $F +echo Adding astropulse_v6 lines to $F ed - $F <<EOF 1a <app> -<name>astropulse_v505</name> +<name>astropulse_v6</name> </app> <file_info> <name>%%AP_BINARY%%</name> <executable/> </file_info> <app_version> -<app_name>astropulse_v505</app_name> +<app_name>astropulse_v6</app_name> <version_num>%%AP_VERSION%%</version_num> <file_ref> <file_name>%%AP_BINARY%%</file_name> |