LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Shell Script Error (https://www.linuxquestions.org/questions/linux-general-1/shell-script-error-122169/)

Gerardoj 12-02-2003 11:43 PM

Shell Script Error
 
Hi. I have a problem with my shell script, I used images in my project, all the installation works fine, I copied my project into /usr/bin/ and when I will run my project "couldn't open "filenew.gif": no such file or directory" shows up. Like the link to my project folder doesnt works. What could be the problem?. The link in /usr/bin/ looks fine:

Link Target: /usr/share/PadPaper-EDITOR-1.01/PadPaper.py

Part of my Shell Script:
Code:

su -c "mkdir -p /usr/share/PadPaper-EDITOR-1.01/ && cp *.py *.gif README COPYING AUTHORS /usr/share/PadPaper-EDITOR-1.01/ && chmod a+x /usr/share/PadPaper-EDITOR-1.01/PadPaper.py && ln -sf /usr/share/PadPaper-EDITOR-1.01/PadPaper.py /usr/bin/PadPaper"
Thanks for your help.

Tinkster 12-03-2003 01:49 AM

You're kidding, right?

This is the same problem you had here , and solved,
only 2 hours before this post ...


Cheers,
Tink

Gerardoj 12-03-2003 09:44 AM

Sorry, The problem was another than the past 2 hours, but thanks I fix it


All times are GMT -5. The time now is 12:30 PM.