Comment 2 for bug 1254716

Revision history for this message
Hadmut Danisch (hadmut) wrote :

Yeah, the Makefile contains

# first input image
INPUT_IMAGE_1=Weiterverarbeitung/Brueckenpanorama/102ND800/DSC_2749.tif
INPUT_IMAGE_1_SHELL=Weiterverarbeitung/Brueckenpanorama/102ND800/DSC_2749.tif

# all input images
INPUT_IMAGES=Weiterverarbeitung/Brueckenpanorama/102ND800/DSC_2749.tif\
Weiterverarbeitung/Brueckenpanorama/102ND800/DSC_2750.tif\
Weiterverarbeitung/Brueckenpanorama/102ND800/DSC_2751.tif\
Weiterverarbeitung/Brueckenpanorama/102ND800/DSC_2752.tif\
...

so the bug is that it drops only the first element of the path (/tmp/) instead of all. The path should be either complete (starting with /tmp/...) or no path at all.