#########################
## Thanks you every one##
#########################
Thanks to every one I compiled my first Slackware package from a SlackBuild that I wrote, albeit, it was almost a copy of a template. Still I learned a lot and I will keep at it. Below is what was going on ----> before <---- I finally did it. So any thoughts would be nice. Thanks agian!!!!
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
Thank you guys so much. I fixed the errors you guys pointed out. The above code reflects this.
But now I am getting a new error.
Code:
HTTrack.SlackBuild: line 67: cd: HTTrack-3.43: No such file or directory
Of course line 67 is:
Code:
cd $APP-$VERSION || exit 1
Please keep in mind this is my first SlackBuild I have attempted to make. For the most part I have
forgone doing this and opted to go with a template. I have written the template line by line my self
I am doing this so I can figure out the inner. So I still do not understand the purpose of all the code.
Yet I must say that I get enough to have my appetite whetted. The more I learn about slack packages etc
The more I fall in love with them. This is indeed powerful. While I am unsure how much further I need to
go to get real mastery I feel its in reach.
All that said: I am still unsure of and am seeking advice on how does the SlackBuild know ware to grab the source.
Ware in the SlackBuild does it assign the source file to be working with.
############
## Update:##
############
Okay I paid closer attention to how things were going. And I noticed that when the compressed file with all the source code and stuff that I got from HTTrack website. well when it got un tarred it chaged name. And so the naming system was messed up.
e.g. HTTrack-3.43.tar.gz is the name of the tar file but when it got un tarred it changed its name to httrack-3.43.1 Any advice on how to deal with that. I got it working because I changed the name of the tar to mach that of when it un tarred. But is there a better way to script this?