Skip to content
Snippets Groups Projects
Commit 168b195d authored by Jan Mach's avatar Jan Mach
Browse files

Remove build environment artefact from Debian package.

(Redmine issue: #7379)
parent ccf3ecae
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,8 @@ binary:
cp -r ../etc/init.d debian/mentat-ng/etc/
cp -r ../etc/systemd debian/mentat-ng/etc/
if [ -L 'debian/mentat-ng/etc/mentat/migrations-events/.env' ]; then rm -f 'debian/mentat-ng/etc/mentat/migrations-events/.env'; fi
ifeq ($(BUILD_SUITE),production)
echo "mentat-ng" > debian/mentat-ng/etc/mentat/install.pip
else ifeq ($(BUILD_SUITE),release)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment