Fixing a typo in the P2 P1 compat package creation re: metadata
This commit is contained in:
parent
f80134247d
commit
54d7cf1087
|
@ -335,7 +335,7 @@
|
||||||
|
|
||||||
(printf "\tdeps ~a\n" deps)
|
(printf "\tdeps ~a\n" deps)
|
||||||
(call-with-output-file*
|
(call-with-output-file*
|
||||||
(build-path pkg-dir "info.rkt.rktd")
|
(build-path pkg-dir "info.rkt")
|
||||||
(lambda (o)
|
(lambda (o)
|
||||||
(fprintf o "#lang setup/infotab\n")
|
(fprintf o "#lang setup/infotab\n")
|
||||||
(write `(define deps ',deps) o)))))
|
(write `(define deps ',deps) o)))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user