[r50]: / trunk / wharfie / deb.sh  Maximize  Restore  History

Download this file

8 lines (5 with data), 135 Bytes

1
2
3
4
5
6
7
#!/bin/bash

SRCDIR=$(dirname $(realpath $0))
export PREFIX=${SRCDIR}/package
${SRCDIR}/install.sh
dpkg-deb --build ${SRCDIR}/package