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

Download this file

10 lines (7 with data), 190 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
#!/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 ${SRCDIR}/package