summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 76d67a06..c0256e5d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2585,7 +2585,7 @@ if os.path.exists("gpsd.c") and os.path.exists(".gitignore"):
# How to build a zip file.
zip = env.Command('zip', distfiles, [
- '@zip -r gpsd-${VERSION}.zip $SOURCES',
+ '@zip -ry gpsd-${VERSION}.zip $SOURCES',
'@ls -l gpsd-${VERSION}.zip',
])
env.Clean(zip, ["gpsd-${VERSION}.zip", "packaging/rpm/gpsd.spec"])