From 92481ccbe61e76b3f9bb66db6e1c06e77e15b907 Mon Sep 17 00:00:00 2001 From: chausner <15180557+chausner@users.noreply.github.com> Date: Sun, 17 Apr 2022 00:06:26 +0200 Subject: [PATCH] Fix path in configure --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 49c7c0f..619d39f 100755 --- a/configure +++ b/configure @@ -125,7 +125,7 @@ echo '#endif /* SPNAV_CONFIG_H_ */' >>src/spnav_config.h echo 'creating spnav.pc ...' pcver=`echo $VER | sed 's/^v//'` echo "PREFIX=$PREFIX" >spnav.pc -cat spnav.pc.in | sed "s/@VERSION@/$pcver/; s/@LIBDIR@/$libdir/" >>spnav.pc +cat "$srcdir/spnav.pc.in" | sed "s/@VERSION@/$pcver/; s/@LIBDIR@/$libdir/" >>spnav.pc #done echo ''