summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-11-14 19:39:32 +0100
committerDirk von Suchodoletz2006-11-14 19:39:32 +0100
commit46d9020b70d2110fb341fddb3e813efc682099e6 (patch)
tree81c273bc8c35291d790e9a70d4ba0150eb9620e7 /Makefile
parenttftp path issue, see documentation too (do not use the abs. path (diff)
downloadcore-46d9020b70d2110fb341fddb3e813efc682099e6.tar.gz
core-46d9020b70d2110fb341fddb3e813efc682099e6.tar.xz
core-46d9020b70d2110fb341fddb3e813efc682099e6.zip
"svnversion ." seems to work for older environments too ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@510 95ad53e4-c205-0410-b2fa-d234c58c8868
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