Skip to content
Snippets Groups Projects
Commit e37376da authored by Giorgos Korfiatis's avatar Giorgos Korfiatis
Browse files

Make package always under root path

parent 03b28d80
No related branches found
No related tags found
No related merge requests found
...@@ -14,14 +14,13 @@ ...@@ -14,14 +14,13 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
CURPWD=$(pwd)
cd "$(dirname "$0")" cd "$(dirname "$0")"
ROOTPATH=$(pwd) ROOTPATH=$(pwd)
ID=agkyra-$(date +%s) ID=agkyra-$(date +%s)
BUILDDIR=$CURPWD/build/$ID BUILDDIR=$ROOTPATH/build/$ID
echo building under $BUILDDIR echo building under $BUILDDIR
DISTDIR=$CURPWD/dist DISTDIR=$ROOTPATH/dist
TMPAGKYRA=$BUILDDIR/agkyra TMPAGKYRA=$BUILDDIR/agkyra
mkdir -p $TMPAGKYRA mkdir -p $TMPAGKYRA
WHEELHOUSE=$TMPAGKYRA/wheelhouse WHEELHOUSE=$TMPAGKYRA/wheelhouse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment