don't label files in /etc as configs by default

the one file we do have there is marked as config anyway
	this brings raspbian fpm-make to be like debian fpm-make
This commit is contained in:
Jan-Piet Mens 2024-10-28 09:45:40 +01:00
parent d54a8c451f
commit 9987f10ee9

View File

@ -50,6 +50,7 @@ fpm -s dir \
--vendor "OwnTracks.org" \
-a "${arch}" \
--maintainer 'jpmens@gmail.com' \
--deb-no-default-config-files \
--description "A lightweight back-end for consuming OwnTracks data from an MQTT broker" \
--license "https://github.com/owntracks/recorder/blob/master/LICENSE" \
--url "http://owntracks.org" \