View Single Post
Posts: 222 | Thanked: 22 times | Joined on Jul 2010 @ Sydney Australia
#14
Originally Posted by TNiga View Post
Try using "cp -r /opt/usr/share/themes/THEME/* /home/user/MyDocs/THEME/". That worked fine for me. Probably the symbolic links in /usr/share/themes causes the problem.
Tniga,
Mate I put in:
cp -r/opt/usr/share/themes/dthemenight-themedir/* /home/user/MyDocs/dthemenight-themedir/

I also tried:
cp -r /opt/usr/share/themes/dthemenight-themedir/* /home/user/MyDocs/dthemenight-themedir/

Both returned the following:
cp: invalid option - - /
BusyBox v1.10.2 (Debian 3:1.10.2. legal - 1osso30+0m5) multi - call binary

Usage: cp [OPTION]. . . SOURCE DEST

/home/user #


Not sure why it works for you and not me?