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

Download this file

11 lines (7 with data), 183 Bytes

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

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