mirror of
https://github.com/antos-rde/antos.git
synced 2025-07-15 05:19:46 +02:00
fix: specify correct version to front-end build
This commit is contained in:
2
Makefile
2
Makefile
@ -162,7 +162,7 @@ frontend:
|
||||
ifeq ($(FRONTEND_IGNORE),)
|
||||
@echo "Building $@"
|
||||
mkdir -p $(INSTALL_DIR)/htdocs/os
|
||||
BUILDDIR=$(INSTALL_DIR)/htdocs/os make -C antos-frontend install_dev release
|
||||
VERSION=$(VERSION) BUILDID=$(BUILDID) BUILDDIR=$(INSTALL_DIR)/htdocs/os make -C antos-frontend install_dev release
|
||||
else
|
||||
@echo "Ignore building $@"
|
||||
endif
|
||||
|
Submodule antos-frontend updated: d72025741c...f4ac0d639d
Reference in New Issue
Block a user