X-Git-Url: http://www.git.cypherpunks.ru/?p=goircd.git;a=blobdiff_plain;f=GNUmakefile;h=d8024b8ea4a038a47cf1420b4c9911aa835c2000;hp=509c4f8d3d7cd04424ca9c3382b9ef279a9ecc23;hb=4d9f93b732fedaa03f9450bb98336ae424226c58;hpb=f76a36974a9102965479a528fc420a108fac4bda diff --git a/GNUmakefile b/GNUmakefile index 509c4f8..d8024b8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,5 +1,6 @@ VERSION = $(shell git describe --tags) -BUILD_TMP?=.rpm_tmp +BUILD_TMP ?= .rpm_tmp +DEB_MAINTAINER ?= mengzhuo1203@gmail.com include common.mk @@ -11,10 +12,9 @@ deb: mkdir -p ${BUILD_TMP}/etc/systemd/system/ cp goircd ${BUILD_TMP}/usr/local/bin/ cp startup/goircd.service ${BUILD_TMP}/etc/systemd/system/ - fpm -s dir -t deb -n goircd -v ${VERSION}\ - -m mengzhuo1203@gmail.com \ + fpm -s dir -t deb -n goircd -v ${VERSION} \ + -m $(DEB_MAINTAINER) \ --deb-compression=bzip2 \ --verbose \ - -d logrotate\ + -d logrotate \ -C ${BUILD_TMP} -