debuild fixes

This commit is contained in:
Juan Ferrer 2020-01-16 17:55:53 +01:00
parent cc77f6310e
commit 489ecc86f6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ while read debFile; do
echo "Adding $debFile"
cp "$buildDir/$debFile" /tmp
sudo -u www-data reprepro -b /reprepro --gnupghome /reprepro \
sudo -u www-data reprepro -b /reprepro --gnupghome /reprepro/.gnupg \
includedeb $codename "/tmp/$debFile"
done