Skip to content

Commit 92481cc

Browse files
chausnerjtsiomb
authored andcommitted
Fix path in configure
1 parent 12cff95 commit 92481cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ echo '#endif /* SPNAV_CONFIG_H_ */' >>src/spnav_config.h
125125
echo 'creating spnav.pc ...'
126126
pcver=`echo $VER | sed 's/^v//'`
127127
echo "PREFIX=$PREFIX" >spnav.pc
128-
cat spnav.pc.in | sed "s/@VERSION@/$pcver/; s/@LIBDIR@/$libdir/" >>spnav.pc
128+
cat "$srcdir/spnav.pc.in" | sed "s/@VERSION@/$pcver/; s/@LIBDIR@/$libdir/" >>spnav.pc
129129

130130
#done
131131
echo ''

0 commit comments

Comments
 (0)