From 46d9020b70d2110fb341fddb3e813efc682099e6 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 14 Nov 2006 18:39:32 +0000 Subject: "svnversion ." seems to work for older environments too ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@510 95ad53e4-c205-0410-b2fa-d234c58c8868 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-55-g7522