Skip to content

Commit

Permalink
fix make
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-sinina committed Sep 5, 2019
1 parent e2782c0 commit e93ab0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ pkg_name = yeti-lb
lintian_flag := $(if $(lintian),--lintian,--no-lintian)
debian_host_release != lsb_release -sc

export DEBFULLNAME ?= YETI development team
export DEBEMAIL ?= [email protected]


#Logging functions
define info
echo -e '\n\e[33m> msg \e[39m\n'
Expand Down

0 comments on commit e93ab0c

Please sign in to comment.