From 9f785f58b9b66206cbe6255f78731deb5ceaf47a Mon Sep 17 00:00:00 2001 From: DanB Date: Thu, 22 Jan 2015 10:56:32 +0100 Subject: [PATCH] Another small fix packaging --- data/scripts/pkg/debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/data/scripts/pkg/debian/rules b/data/scripts/pkg/debian/rules index d1d9e59fc..ecd5d43db 100755 --- a/data/scripts/pkg/debian/rules +++ b/data/scripts/pkg/debian/rules @@ -25,6 +25,7 @@ binary-arch: clean cd $(SRCDIR) && go install mkdir -p $(PKGDIR)/usr/bin cp $(GOPATH)/bin/cgr-* $(PKGDIR)/usr/bin/ + mkdir -p $(PKGDIR)/etc/cgrates cp -r $(SRCDIR)/data/conf/cgrates $(PKGDIR)/etc/cgrates mkdir -p $(PKGDIR)/usr/share/cgrates cp -r $(SRCDIR)/data/* $(PKGDIR)/usr/share/cgrates/