Tweak metafile generation again

This commit is contained in:
Starbeamrainbowlabs 2019-08-06 01:21:29 +01:00
parent 19d5fb98d0
commit 614a383662
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 2 deletions

View File

@ -137,14 +137,14 @@ task_update() {
task_end $?;
task_begin "Building packages file";
execute bash -c 'apt-ftparchive packages . >Packages';
apt-ftparchive packages . >Packages;
execute bzip2 -kf Packages;
task_end $?;
task_begin "Generating release file";
execute bash -c 'apt-ftparchive release . >Release';
apt-ftparchive release . >Release;
task_end $?;
task_begin "Signing release file";