]> git.proxmox.com Git - mirror_ifupdown2.git/blob - ifupdown2/build.sh
ifupdown2: fixup maintainer scripts to not crash on files not existing
[mirror_ifupdown2.git] / ifupdown2 / build.sh
1 #!/bin/bash
2
3 TOPDIR=.
4
5 ${TOPDIR}/scripts/genmanpages.sh ${TOPDIR}/man.rst ${TOPDIR}/man
6
7 python setup.py --command-packages=stdeb.command sdist_dsc bdist_deb
8