source: ogAgent-Git/oglive/build-packages.sh @ e140d8d

oglive
Last change on this file since e140d8d was e140d8d, checked in by Ramón M. Gómez <ramongomez@…>, 5 years ago

#750: Process to build OGAgent for ogLive package.

  • Property mode set to 100755
File size: 172 bytes
Line 
1#!/bin/bash
2
3cd $(dirname "$0")
4top=`pwd`
5
6[ -r ../src/VERSION ] && VERSION="$(cat ../src/VERSION)" || VERSION="1.1.0"
7RELEASE="1"
8
9# Debian based
10dpkg-buildpackage -b -d
11
Note: See TracBrowser for help on using the repository browser.