mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2025-02-28 08:21:52 -05:00
Configurations now going in config, not in _config
This commit is contained in:
parent
3819688273
commit
19083289cf
2
Rakefile
2
Rakefile
@ -51,7 +51,7 @@ end
|
|||||||
|
|
||||||
task :install_configs, :theme do |t, args|
|
task :install_configs, :theme do |t, args|
|
||||||
theme = args.theme || 'classic'
|
theme = args.theme || 'classic'
|
||||||
mkdir_p "_config"
|
mkdir_p "config"
|
||||||
if File.directory? ".themes/#{theme}/config"
|
if File.directory? ".themes/#{theme}/config"
|
||||||
cp_r ".themes/#{theme}/config/.", "config/defaults", :remove_destination=>true
|
cp_r ".themes/#{theme}/config/.", "config/defaults", :remove_destination=>true
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user