diff options
Diffstat (limited to 'etc/import')
-rw-r--r-- | etc/import/TARGETS.distfiles | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/import/TARGETS.distfiles b/etc/import/TARGETS.distfiles index 467215f3..b17e34cc 100644 --- a/etc/import/TARGETS.distfiles +++ b/etc/import/TARGETS.distfiles @@ -1,6 +1,4 @@ -{ "distdir": - { "type": "install" - , "tainted": ["test"] - , "dirs": [[["TREE", null, "."], "distdir"]] - } +{ "distdir": {"type": "export", "target": "distdir (unexported)"} +, "distdir (unexported)": + {"type": "install", "dirs": [[["TREE", null, "."], "distdir"]]} } |