|
Lines 78-83
src_prepare() {
Link Here
|
| 78 |
|
78 |
|
| 79 |
# change default paths to better comply with portage standard paths |
79 |
# change default paths to better comply with portage standard paths |
| 80 |
sed -i -e "s:/usr/local/:/usr/:g" conf/master.cf || die "sed failed" |
80 |
sed -i -e "s:/usr/local/:/usr/:g" conf/master.cf || die "sed failed" |
|
|
81 |
|
| 82 |
# bug #349944 do not alter installed files |
| 83 |
sed -i -e "/postfix post-install/s/post-install/post-install \ |
| 84 |
config_directory=\$CONFIG_DIRECTORY/" postfix-install || die "sed failed" |
| 81 |
} |
85 |
} |
| 82 |
|
86 |
|
| 83 |
src_configure() { |
87 |
src_configure() { |