source:
ogAgent-Git/oglive/build-packages.sh
@
e140d8d
Last change on this file since e140d8d was e140d8d, checked in by , 5 years ago | |
---|---|
|
|
File size: 172 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | cd $(dirname "$0") |
4 | top=`pwd` |
5 | |
6 | [ -r ../src/VERSION ] && VERSION="$(cat ../src/VERSION)" || VERSION="1.1.0" |
7 | RELEASE="1" |
8 | |
9 | # Debian based |
10 | dpkg-buildpackage -b -d |
11 |
Note: See TracBrowser
for help on using the repository browser.