Look in /scratch/rsc/plan9 for file list.
This commit is contained in:
parent
23e7c65741
commit
a4cb453c64
1 changed files with 2 additions and 1 deletions
3
dist/mkfilelist
vendored
3
dist/mkfilelist
vendored
|
|
@ -59,6 +59,7 @@ awk -vplan9'='$PLAN9 '
|
|||
|
||||
/^dict\// { cat("dict") }
|
||||
|
||||
/^dist\/debian\/(dists|pool)/ { next }
|
||||
/^dist\// { cat("dist") }
|
||||
|
||||
/^face\// { cat("faces") }
|
||||
|
|
@ -67,8 +68,8 @@ awk -vplan9'='$PLAN9 '
|
|||
/^font\/LICENSE/ { cat("font-bh") }
|
||||
/^font\/(lucida|lucidasans|lucm|pelm)\// { cat("font-bh") }
|
||||
/^font\/(MAP|fixed|misc|sample|smiley)/ { cat("font-core") }
|
||||
/^font\// { cat("font-core") }
|
||||
/^font\/(palatino|times|special)/ { cat("font-proof") }
|
||||
/^font\// { cat("font-core") }
|
||||
|
||||
/^include\// { cat("devel") }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue