mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
fix path adjustment of inline test files in snow-chibi package command
This commit is contained in:
parent
4fc7181c2c
commit
c9a856b8f6
1 changed files with 8 additions and 5 deletions
|
@ -592,10 +592,13 @@
|
||||||
data-files))
|
data-files))
|
||||||
(tar-files
|
(tar-files
|
||||||
(reverse
|
(reverse
|
||||||
(append (if test
|
(append
|
||||||
|
(cond
|
||||||
|
((pair? test) (list test))
|
||||||
|
(test
|
||||||
`((rename ,test
|
`((rename ,test
|
||||||
,(path-strip-leading-parents test)))
|
,(path-strip-leading-parents test))))
|
||||||
'())
|
(else '()))
|
||||||
docs tar-data-files files))))
|
docs tar-data-files files))))
|
||||||
(cons `(package
|
(cons `(package
|
||||||
,@(reverse res)
|
,@(reverse res)
|
||||||
|
|
Loading…
Add table
Reference in a new issue