fix error

This commit is contained in:
udeved 2014-12-14 07:42:14 +01:00
parent 68aa755313
commit 137efc2f2d

View file

@ -65,7 +65,7 @@ copy_cache_lng(){
copy_cache_pkgs(){
msg2 "Copying pkgs cache ..."
cp ${cache_pkgs/* ${work_dir}/pkgs-image/opt/livecd/pkgs
cp ${cache_pkgs}/* ${work_dir}/pkgs-image/opt/livecd/pkgs
}
configure_xorg_drivers(){