Merge git://github.com/mgor/kakoune
This commit is contained in:
commit
4d5a4fb6dd
|
@ -3,7 +3,7 @@
|
||||||
## make_deb.bash for kakoune
|
## make_deb.bash for kakoune
|
||||||
## by lenormf
|
## by lenormf
|
||||||
##
|
##
|
||||||
## Dependencies: build-essential, devscripts, debmake
|
## Dependencies: build-essential, devscripts, debmake, asciidoc
|
||||||
## Guidelines for making binary packages: https://www.debian.org/doc/debian-policy/ch-binary.html
|
## Guidelines for making binary packages: https://www.debian.org/doc/debian-policy/ch-binary.html
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
@ -73,6 +73,10 @@ function main {
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
## os.getlogin() does not always work, e.g. in docker
|
||||||
|
export DEBEMAIL="${maintainer_email}"
|
||||||
|
export DEBFULLNAME="${maintainer_fullname}"
|
||||||
|
|
||||||
readonly PATH_KAKOUNE=$(readlink -e $(dirname $(readlink -f "$0"))/..)
|
readonly PATH_KAKOUNE=$(readlink -e $(dirname $(readlink -f "$0"))/..)
|
||||||
readonly PATH_DIR_TMP=$(mktemp -d)
|
readonly PATH_DIR_TMP=$(mktemp -d)
|
||||||
## TODO: assign the proper kakoune version whenever possible
|
## TODO: assign the proper kakoune version whenever possible
|
||||||
|
|
Loading…
Reference in New Issue
Block a user