From ea76366eadff9729765e5723235efb10f97db5cb Mon Sep 17 00:00:00 2001 From: DanB Date: Thu, 22 Jan 2015 10:44:51 +0100 Subject: [PATCH] Fix debian package config path, thanks esamuels --- data/scripts/pkg/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/scripts/pkg/debian/rules b/data/scripts/pkg/debian/rules index aa8b689b8..d1d9e59fc 100755 --- a/data/scripts/pkg/debian/rules +++ b/data/scripts/pkg/debian/rules @@ -25,7 +25,7 @@ binary-arch: clean cd $(SRCDIR) && go install mkdir -p $(PKGDIR)/usr/bin cp $(GOPATH)/bin/cgr-* $(PKGDIR)/usr/bin/ - cp -r $(SRCDIR)/data/conf/cgrates $(PKGDIR)/etc/ + cp -r $(SRCDIR)/data/conf/cgrates $(PKGDIR)/etc/cgrates mkdir -p $(PKGDIR)/usr/share/cgrates cp -r $(SRCDIR)/data/* $(PKGDIR)/usr/share/cgrates/ mkdir -p $(PKGDIR)/var/log/cgrates/cdrc/in