net-analyzer/AS-Stats: Must be done in src_install
Package-Manager: Portage-2.3.99, Repoman-2.3.22
This commit is contained in:
parent
674a4f4ab6
commit
208bf1d4c8
|
@ -34,8 +34,6 @@ src_compile() {
|
|||
rm -rf www
|
||||
ln -s /usr/share/as-stats-gui www
|
||||
fi
|
||||
chmod +x bin/asstatd.pl
|
||||
chmod +x bin/rrd-extractstats.pl
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
@ -49,5 +47,8 @@ src_install() {
|
|||
|
||||
! use as-stats-gui && fowners -R "as-stats" "${MY_HTDOCSDIR}/www"
|
||||
|
||||
fperms +x "${MY_HTDOCSDIR}/bin/asstatd.pl
|
||||
fperms +x "${MY_HTDOCSDIR}/bin/rrd-extractstats.pl
|
||||
|
||||
webapp_src_install
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue