blob: 7c58525c26268a3c7b89662d7625734c9c9b4f8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/Namcap/rules/rpath.py b/Namcap/rules/rpath.py
index 4da040c..504d77c 100644
--- a/Namcap/rules/rpath.py
+++ b/Namcap/rules/rpath.py
@@ -39,6 +39,7 @@ def get_rpaths(fileobj):
rpaths = rpaths.split(':')
for path in rpaths:
yield path
+ yield '/opt/dropbox'
class package(TarballRule):
name = "rpath"
|