diff options
Diffstat (limited to 'trans')
-rw-r--r-- | trans/gnu | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/trans/gnu b/trans/gnu deleted file mode 100644 index 83da978..0000000 --- a/trans/gnu +++ /dev/null @@ -1,7 +0,0 @@ -<transform file path=usr/gnu/bin/(.+) -> \ -emit link path=usr/bin/g%<1> target=../gnu/bin/%<1> \ -facet.compat.gnulinks=true > - -<transform file path=usr/gnu/share/man/man1/(.+) -> \ -emit link path=usr/share/man/man1/g%<1> target=../../../gnu/share/man/man1/%<1> \ -facet.compat.gnulinks=true > |