mirror of
https://github.com/antos-rde/antos.git
synced 2025-09-01 00:32:08 +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),)
|
ifeq ($(FRONTEND_IGNORE),)
|
||||||
@echo "Building $@"
|
@echo "Building $@"
|
||||||
mkdir -p $(INSTALL_DIR)/htdocs/os
|
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
|
else
|
||||||
@echo "Ignore building $@"
|
@echo "Ignore building $@"
|
||||||
endif
|
endif
|
||||||
|
Submodule antos-frontend updated: d72025741c...f4ac0d639d
Reference in New Issue
Block a user