diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-05 10:24:49 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-05 10:44:43 +0200 |
commit | 8f454ab11d3c0e9b6a40e125230539420dbbeb8b (patch) | |
tree | 907dc272ea392d5b10ace89efe8f6c7f7cd30001 /conf.d/etc/profile.d | |
parent | 91e5a1a769d4d5194cd6251e21bfb607b94f0c56 (diff) |
Update/fix rpm and deb packaging
- fix packaging to be compliant with latest subprojects hierarchy
(Master, Master-Next, ElectricEel, ...)
- fix rpmlint warnings/error
Change-Id: Ib8c2014624542d3dfb81818ed605dc7a2dedf2c5
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d/etc/profile.d')
-rw-r--r-- | conf.d/etc/profile.d/xds-server.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf.d/etc/profile.d/xds-server.sh b/conf.d/etc/profile.d/xds-server.sh index 3459829..738be21 100644 --- a/conf.d/etc/profile.d/xds-server.sh +++ b/conf.d/etc/profile.d/xds-server.sh @@ -1,5 +1,4 @@ -#!/bin/bash - ########################################################################### +########################################################################### # Copyright 2017 IoT.bzh # # author: Sebastien Douheret <sebastien@iot.bzh> |