i am trying to automate my deployment process for my encoding servers by scripting the installation....
system qq(git://gitclone/x264)
but once the directory x264 is created i use chdir to try and change the working directory so i can execute the make file but the script ends and returns "No such Directory". 'ls' confirms the directory exists. So i cant execute the makefile unless i have access to it someone suggested i chmod the permissions on the x264 directory???? help