diff options
Diffstat (limited to 'examples/gm4')
-rw-r--r-- | examples/gm4/gm4.p5m | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/gm4/gm4.p5m b/examples/gm4/gm4.p5m index 638004d..b5843ed 100644 --- a/examples/gm4/gm4.p5m +++ b/examples/gm4/gm4.p5m @@ -5,6 +5,13 @@ set name=info.source_url value="$(download)" license $(license-file) license=$(license) +<transform file path=usr/gnu/bin/(.+) -> \ +emit link path=usr/bin/g%<1> target=../gnu/bin/%<1> > + +<transform file path=usr/gnu/share/man/man1/(.+) -> \ +emit link path=usr/share/man/man1/g%<1> target=../../../gnu/share/man/man1/%<1>> + + dir path=usr dir path=usr/gnu dir path=usr/gnu/bin |