View Single Post
death_jax's Avatar
Posts: 326 | Thanked: 122 times | Joined on Sep 2012 @ Italy
#6806
@flavy69
Only for your better information..
You entered the commands without space between them.
The commands:
Code:
cp -rf /home/user/MyDocs/icon-transparent.png
and
Code:
/usr/share/themes/blanco/meegotouch/icons/icon-l-folder.png
in fact they were only a single command in one line (it means that you don't have to press the enter key in the middle, but only at the end):
Code:
cp -rf /home/user/MyDocs/icon-transparent.png /usr/share/themes/blanco/meegotouch/icons/icon-l-folder.png
with a space at the end of cp -rf /home/user/MyDocs/icon-transparent.png and the beginning of /usr/share/themes/blanco/meegotouch/icons/icon-l-folder.png

I hope the above it's clear, also for future tweaking..
 

The Following 2 Users Say Thank You to death_jax For This Useful Post: