summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/index.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.sh b/src/index.sh
index 275934e..6e77a9d 100644
--- a/src/index.sh
+++ b/src/index.sh
@@ -201,7 +201,8 @@ update_feeds()
mv -- "${sect}/Packages~" \
"${sect}/Packages"
else
- 1>"${sect}/Packages"
+ # Must be non-empty for usign to work.
+ printf '\n' 1>"${sect}/Packages"
fi
if ${conf_gzip}; then
"${GZIP}" -9c -- "${sect}/Packages" \