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

Fixed invalid name for source directory in cp.

(Redmine issue: #7365)
parent b5fd31bb
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ binary:
cp -r ../etc/bash_completion.d/* debian/mentat-ng/usr/share/bash-completion/completions
cp -r ../etc/default debian/mentat-ng/etc/
cp -r ../etc/init.d debian/mentat-ng/etc/
cp ../lib/systemd/system/mentat.service debian/mentat-ng/lib/systemd/system
cp ../etc/systemd/system/mentat.service debian/mentat-ng/lib/systemd/system
if [ -L 'debian/mentat-ng/etc/mentat/migrations-events/.env' ]; then rm -f 'debian/mentat-ng/etc/mentat/migrations-events/.env'; fi
......
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