Skip to content
Snippets Groups Projects
Commit 80ffb5a4 authored by DJ Mountney's avatar DJ Mountney
Browse files

Switched Makefile to use full cp command, as the shortcut being used before...

Switched Makefile to use full cp command, as the shortcut being used before was not always being expanded, depending on the shell being used.
parent 06c97ce7
No related branches found
No related tags found
1 merge request!7Expand copy command
Loading
Loading
@@ -20,7 +20,7 @@ gitlab/config/database.yml:
sed "s|/home/git|${gitlab_development_root}|" database.yml.example > gitlab/config/database.yml
 
gitlab/config/unicorn.rb:
cp gitlab/config/unicorn.rb{.example.development,}
cp gitlab/config/unicorn.rb.example.development gitlab/config/unicorn.rb
 
gitlab/config/resque.yml:
sed "s|/home/git|${gitlab_development_root}|" redis/resque.yml.example > $@
Loading
Loading
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