net-analyzer/argus: Fix file permissions (bug #561360 by Toralf Förster).

Package-Manager: portage-2.2.20.1
This commit is contained in:
Jeroen Roovers
2015-09-25 06:34:31 +02:00
parent 236511dcb2
commit f9b2cee2bc

View File

@@ -28,6 +28,7 @@ DEPEND="
"
src_prepare() {
find . -type f -execdir chmod +w {} \; #561360
sed -e 's:/etc/argus.conf:/etc/argus/argus.conf:' \
-i argus/argus.c \
-i support/Config/argus.conf \