From e3ae53777d67099582de29d14e44fa104189013a Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 29 Nov 2018 09:50:58 +0100 Subject: [PATCH] Fix bug 600: adding .bowerrc file to the deb package Change-Id: I6703e0f4f4e838c375968a7814d9fe3891857b43 Signed-off-by: garciadeblas --- build-debpkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-debpkg.sh b/build-debpkg.sh index 62a1fd8..db30596 100755 --- a/build-debpkg.sh +++ b/build-debpkg.sh @@ -15,7 +15,7 @@ # under the License. PKG_DIRECTORIES="authosm descriptorhandler instancehandler lib projecthandler sdnctrlhandler sf_t3d static template userhandler vimhandler" -PKG_FILES="bower.json django.ini LICENSE manage.py nginx-app.conf README.md requirements.txt supervisor-app.conf" +PKG_FILES="bower.json django.ini LICENSE manage.py nginx-app.conf README.md requirements.txt supervisor-app.conf .bowerrc" MDG_NAME=lightui DEB_INSTALL=debian/osm-${MDG_NAME}.install export DEBEMAIL="gerardo.garciadeblas@telefonica.com" -- 2.17.1