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

Download this file

9 lines (6 with data), 166 Bytes

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

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