pombreda / x264-ffmpeg-up-to-date

Automatically exported from code.google.com/p/x264-ffmpeg-up-to-date
0 stars 0 forks source link

Wrong download path in config file #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Change download path in ffmpeginv and ffmpegupv to a custom one.
2. Run both, ffmpeginv and ffmpegupv.
3. ffmpegupv asks you to save a config file (which is /etc/ffmpegup.conf)
4. This config file will contain the default download path (/usr/local/src) and 
thus produce an error.

What is the expected output? What do you see instead?

It should save the modified path in the config file.

What version of the product are you using? On what operating system?

ffmpeginv1.4 and ffmpegupv1.8, Ubuntu Server 10.04

Please provide any additional information below.

Changing the location in the config file manually does the trick, as well as 
changing the hardcoded path in line 789 of ffmpegupv1.8.sh to:

 echo "INSTALL=$INSTALL" >> $CONF

Regards

Original issue reported on code.google.com by thomas.g...@gmail.com on 18 Oct 2010 at 7:27

GoogleCodeExporter commented 9 years ago
Good call. I'll have a look at it this week to make it work as expected.

Thanks for submitting this!

Original comment by r.plumri...@gmail.com on 18 Oct 2010 at 9:37

GoogleCodeExporter commented 9 years ago
same here on hardy, I put the INSTALL: to my ffmpeg /x264 source folder but it 
keep saying /usr/local/src on line 420 430 so I had to update manually those 
path

Original comment by arnaudma...@gmail.com on 10 Nov 2010 at 2:20

GoogleCodeExporter commented 9 years ago
Fixed, a stupid mistake on my part.

Original comment by r.plumri...@gmail.com on 14 Sep 2011 at 10:52