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:
|
# Create packages and a catalog for all native libraries:
|
||||||
native-catalog:
|
native-catalog:
|
||||||
$(RACKET) $(DISTBLD)/pack-native.rkt
|
$(RACKET) $(DISTBLD)/pack-native.rkt native-pkgs
|
||||||
|
|
||||||
# Create a catalog for all packages in this directory:
|
# Create a catalog for all packages in this directory:
|
||||||
local-source-catalog:
|
local-source-catalog:
|
||||||
|
|
|
@ -7,12 +7,12 @@
|
||||||
net/url
|
net/url
|
||||||
pkg/strip)
|
pkg/strip)
|
||||||
|
|
||||||
(command-line
|
(define src-dir
|
||||||
#:args
|
(command-line
|
||||||
()
|
#:args
|
||||||
(void))
|
(native-pkgs-dir)
|
||||||
|
native-pkgs-dir))
|
||||||
|
|
||||||
(define src-dir (build-path "build" "native-pkgs"))
|
|
||||||
(define dest-dir (build-path "build" "native" "pkgs"))
|
(define dest-dir (build-path "build" "native" "pkgs"))
|
||||||
(define catalog-dir (build-path "build" "native" "catalog"))
|
(define catalog-dir (build-path "build" "native" "catalog"))
|
||||||
(define local-catalog-dir (build-path "build" "local" "catalog"))
|
(define local-catalog-dir (build-path "build" "local" "catalog"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user