google-code-export / photivo

Automatically exported from code.google.com/p/photivo
GNU General Public License v3.0
3 stars 0 forks source link

make install fails for some files (with brackets in file name) #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to make install
2.
3.

What is the expected output? What do you see instead?
DeltaGamma(0.33,0.06).ptc (and other files with brackets in name) are correctly 
installed

What version of the product are you using? On what operating system?
revision 1820b4b6f4d3, fedora 17

Please provide any additional information below.
install -m 644 -p 
/home/hpejakle/rpmbuild/SOURCES/photivo/Curves/DeltaGamma(0.33,0.06).ptc 
/home/hpejakle/photivo/share/photivo/Curves/
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `install -m 644 -p 
/home/hpejakle/rpmbuild/SOURCES/photivo/Curves/DeltaGamma(0.33,0.06).ptc 
/home/hpejakle/photivo/share/photivo/Curves/'
make: [install_curves] Error 1 (ignored)
install -m 644 -p 
/home/hpejakle/rpmbuild/SOURCES/photivo/Curves/DeltaGamma(0.45,0.1).ptc 
/home/hpejakle/photivo/share/photivo/Curves/
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `install -m 644 -p 
/home/hpejakle/rpmbuild/SOURCES/photivo/Curves/DeltaGamma(0.45,0.1).ptc 
/home/hpejakle/photivo/share/photivo/Curves/'
make: [install_curves] Error 1 (ignored)

Original issue reported on code.google.com by jan.kle...@gmail.com on 19 Aug 2012 at 8:50

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 2aad2332818a.

Original comment by brother.john.gm@googlemail.com on 21 Aug 2012 at 6:35