diff options
Diffstat (limited to 'pkg/plan9fonts/gen.lua')
| -rw-r--r-- | pkg/plan9fonts/gen.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/plan9fonts/gen.lua b/pkg/plan9fonts/gen.lua new file mode 100644 index 00000000..8d45d02b --- /dev/null +++ b/pkg/plan9fonts/gen.lua @@ -0,0 +1,5 @@ +for f in iterlines('fonts.txt') do + file('share/plan9/fonts/'..f, '644', '$srcdir/'..f) +end + +fetch 'git' |
