summarylogtreecommitdiffstats
path: root/readme.in
diff options
context:
space:
mode:
authorgraysky2018-03-25 14:21:42 -0400
committergraysky2018-03-25 14:21:42 -0400
commit64fb98774bd1843a89313a18352a032fff4d3540 (patch)
tree030a4a005543f8e201adfaab485eabed57cf1eee /readme.in
parent7543f771646e5d4a69d00e34a2d2c7fdea419ddd (diff)
downloadaur-64fb98774bd1843a89313a18352a032fff4d3540.tar.gz
Update to 7.2.1-5
Diffstat (limited to 'readme.in')
-rw-r--r--readme.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.in b/readme.in
index c7c4238d9eef..f75af65e0b8a 100644
--- a/readme.in
+++ b/readme.in
@@ -3,11 +3,13 @@ post_install() {
echo '--> This package expects your @VERS@ device to run distccd on port @PORT@'
echo '--> Adjust DISTCC_ARGS in /etc/conf.d/distccd on your @VERS@ device to match this'
echo '--> ie: DISTCC_ARGS=" ... --port @PORT@ ..."'
+ echo '--> Remember to define the new port in DISTCC_HOSTS in /etc/makepkg.conf as well'
+ echo '--> ie: DISTCC_HOSTS="localhost:@PORT@ foo:@PORT@ bar:@PORT@"'
}
post_upgrade() {
# change occurred on version 7.2.1-4 so warn users of older versions
- if [ $(vercmp 7.2.1-4 $2) -eq 1 ]; then
+ if [ $(vercmp 7.2.1-5 $2) -eq 1 ]; then
post_install
fi
}