]> git.proxmox.com Git - mirror_ifupdown2.git/blame - build.sh
Wrong initialization of iface link kind (still puzzled how i had it this
[mirror_ifupdown2.git] / build.sh
CommitLineData
2c0ad8b3
RP
1#!/bin/bash
2
3TOPDIR=.
4
5${TOPDIR}/scripts/genmanpages.sh ${TOPDIR}/man.rst ${TOPDIR}/man
6
7python setup.py --command-packages=stdeb.command sdist_dsc bdist_deb
8