summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Endres2007-06-26 14:40:22 +0200
committerFelix Endres2007-06-26 14:40:22 +0200
commit40ccb3cd06d47f82ea622d1f7242c782eb5f36ac (patch)
tree4e4555c473a6aa6731b5b0990f96733101e73d0e /Makefile
parent* implemented support for generating a separate initramfs-setup as part of (diff)
downloadcore-40ccb3cd06d47f82ea622d1f7242c782eb5f36ac.tar.gz
core-40ccb3cd06d47f82ea622d1f7242c782eb5f36ac.tar.xz
core-40ccb3cd06d47f82ea622d1f7242c782eb5f36ac.zip
Bugfix for make tarball
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1190 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 84d589b6..f322ca29 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ ifeq ($(SLX_INSTALL_LOG),)
endif
tarball:
- @OPENSLX_VERSION_SVNREV=$$( svnversion); \
+ @OPENSLX_VERSION_SVNREV=$$( svnversion .); \
if test "$${OPENSLX_SVN_SNAPSHOT}" = "0"; then \
unset OPENSLX_SVN_SNAPSHOT; \
echo "OPENSLX_SVN_SNAPSHOT=\"0\"" \