From 2f1761220db12fad6b31fd3420cf5e8c093e661d Mon Sep 17 00:00:00 2001 From: David Spencer Date: Sun, 12 Feb 2017 12:15:48 +0000 Subject: development/hackrf: Fixed file ownership. Signed-off-by: David Spencer --- development/hackrf/hackrf.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'development/hackrf') diff --git a/development/hackrf/hackrf.SlackBuild b/development/hackrf/hackrf.SlackBuild index d28b03c6a085..60c8d99420ed 100644 --- a/development/hackrf/hackrf.SlackBuild +++ b/development/hackrf/hackrf.SlackBuild @@ -67,7 +67,7 @@ fi cd $TMP rm -rf $PRGNAM-$VERSION tar xvzf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION/host +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -75,6 +75,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +cd host sed -i "s|lib/pkgconfig|lib${LIBDIRSUFFIX}/pkgconfig|" libhackrf/CMakeLists.txt mkdir -p build cd build -- cgit v1.2.3