]> Pileus Git - aweather/blob - aptrepo.sh
Fix win32 build after removing gnulib
[aweather] / aptrepo.sh
1 #!/bin/bash
2
3 cd /aptrepo/
4 dpkg-scanpackages -m binary /dev/null | gzip -9c > binary/Packages.gz
5 dpkg-scansources source /dev/null | gzip -9c > source/Sources.gz