summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e145b225..6dc8aa95 100644
--- a/Makefile
+++ b/Makefile
@@ -180,7 +180,8 @@ functions via\n# inclusion: '. /etc/functions' ..." \
> $(SLX_CONFIG_PATH)/settings.local
@# create slxversion script:
- @OPENSLX_VERSION_SVNREV=$$(svnversion) . VERSIONS; \
+ @OPENSLX_VERSION_SVNREV=$$(svnversion .); \
+ . VERSIONS; \
echo "echo $${OPENSLX_VERSION_STRING}" \
> ${SLX_BIN_PATH}/slxversion
@chmod a+x ${SLX_BIN_PATH}/slxversion