summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index d763e512..76d67a06 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2592,7 +2592,7 @@ if os.path.exists("gpsd.c") and os.path.exists(".gitignore"):
# How to build a tarball.
dist = env.Command('dist', distfiles, [
- '@tar --transform "s:^:gpsd-${VERSION}/:" '
+ '@tar --transform "s:^:gpsd-${VERSION}/:S" '
' -czf gpsd-${VERSION}.tar.gz $SOURCES',
'@ls -l gpsd-${VERSION}.tar.gz',
])