distro-build: fix reference to "native-pkgs"
This commit is contained in:
parent
2ec49929a4
commit
3c36269d88
2
Makefile
2
Makefile
|
@ -268,7 +268,7 @@ complain-no-submodule:
|
|||
|
||||
# Create packages and a catalog for all native libraries:
|
||||
native-catalog:
|
||||
$(RACKET) $(DISTBLD)/pack-native.rkt
|
||||
$(RACKET) $(DISTBLD)/pack-native.rkt native-pkgs
|
||||
|
||||
# Create a catalog for all packages in this directory:
|
||||
local-source-catalog:
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
net/url
|
||||
pkg/strip)
|
||||
|
||||
(command-line
|
||||
#:args
|
||||
()
|
||||
(void))
|
||||
(define src-dir
|
||||
(command-line
|
||||
#:args
|
||||
(native-pkgs-dir)
|
||||
native-pkgs-dir))
|
||||
|
||||
(define src-dir (build-path "build" "native-pkgs"))
|
||||
(define dest-dir (build-path "build" "native" "pkgs"))
|
||||
(define catalog-dir (build-path "build" "native" "catalog"))
|
||||
(define local-catalog-dir (build-path "build" "local" "catalog"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user