Fixing a typo in the P2 P1 compat package creation re: metadata

This commit is contained in:
Jay McCarthy 2012-12-01 19:01:14 -07:00
parent f80134247d
commit 54d7cf1087

View File

@ -335,7 +335,7 @@
(printf "\tdeps ~a\n" deps)
(call-with-output-file*
(build-path pkg-dir "info.rkt.rktd")
(build-path pkg-dir "info.rkt")
(lambda (o)
(fprintf o "#lang setup/infotab\n")
(write `(define deps ',deps) o)))))