:: commit 6397010b756547fdd4cec09db27dbff6f8464ecb

mintsuki <mintsuki@protonmail.com> — 2021-10-24 15:22

parents: f939d7545a

build: Fix wrong path for version timestamp

diff --git a/Makefile b/Makefile
index 3ffecdf0..60988180 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ export PATH := $(shell pwd)/toolchain/bin:$(PATH)
 
 NCPUS := $(shell nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || echo 1)
 
-export LIMINE_VERSION := $(shell cat ../version 2>/dev/null || ( git describe --exact-match --tags `git log -n1 --pretty='%h'` 2>/dev/null || git log -n1 --pretty='%h' ) )
+export LIMINE_VERSION := $(shell cat version 2>/dev/null || ( git describe --exact-match --tags `git log -n1 --pretty='%h'` 2>/dev/null || git log -n1 --pretty='%h' ) )
 
 export LIMINE_COPYRIGHT := $(shell grep Copyright LICENSE.md)
 
tab: 248 wrap: offon