We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdf1b3 commit b66ca2fCopy full SHA for b66ca2f
configure
@@ -74,7 +74,7 @@ if [ -z "$PKG_CFLAGS" ]; then
74
exit 1
75
fi
76
77
- tar -xf src/fswatch-$LIB_VER.tar.gz
+ gzip -dc src/fswatch-$LIB_VER.tar.gz | tar -xf -
78
cd fswatch-$LIB_VER
79
cmake -DCMAKE_INSTALL_PREFIX=../install \
80
-DBUILD_LIBS_ONLY=1 -DUSE_NLS=0 -DCMAKE_POSITION_INDEPENDENT_CODE=1 \
configure.win
@@ -6,7 +6,7 @@ CC=`"${R_HOME}/bin/R" CMD config CC`
6
export CC
7
8
echo "Compiling 'libfswatch' from source..."
9
-tar -xf src/fswatch-$LIB_VER.tar.gz
+gzip -dc src/fswatch-$LIB_VER.tar.gz | tar -xf -
10
11
cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=../install \
12
0 commit comments