Fix bug 600: adding .bowerrc file to the deb package 96/6996/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 29 Nov 2018 08:50:58 +0000 (09:50 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 29 Nov 2018 08:50:58 +0000 (09:50 +0100)
Change-Id: I6703e0f4f4e838c375968a7814d9fe3891857b43
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
build-debpkg.sh

index 62a1fd8..db30596 100755 (executable)
@@ -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"