mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Make sure glide path is dynamic so we can use it in debian/rules, fixes #182
This commit is contained in:
@@ -7,7 +7,7 @@ echo "Executing Glide..."
|
||||
|
||||
go get -v github.com/Masterminds/glide
|
||||
gl=$?
|
||||
glide up
|
||||
$GOPATH/bin/glide up
|
||||
gu=$?
|
||||
|
||||
exit $gl || $gu
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
export DH_VERBOSE=1
|
||||
|
||||
export GOPATH=$(CURDIR)
|
||||
export GO15VENDOREXPERIMENT=1
|
||||
|
||||
PKGDIR=debian/cgrates
|
||||
SRCDIR=src/github.com/cgrates/cgrates
|
||||
|
||||
Reference in New Issue
Block a user