File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ if [ -z "$PKG_CFLAGS" ]; then
74
74
exit 1
75
75
fi
76
76
fi
77
- tar -xf src/fswatch-$LIB_VER .tar.gz
77
+ gzip -dc src/fswatch-$LIB_VER .tar.gz | tar -xf -
78
78
cd fswatch-$LIB_VER
79
79
cmake -DCMAKE_INSTALL_PREFIX=../install \
80
80
-DBUILD_LIBS_ONLY=1 -DUSE_NLS=0 -DCMAKE_POSITION_INDEPENDENT_CODE=1 \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ CC=`"${R_HOME}/bin/R" CMD config CC`
6
6
export CC
7
7
8
8
echo "Compiling 'libfswatch' from source..."
9
- tar -xf src/fswatch-$LIB_VER.tar.gz
9
+ gzip -dc src/fswatch-$LIB_VER.tar.gz | tar -xf -
10
10
cd fswatch-$LIB_VER
11
11
cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=../install \
12
12
-DBUILD_LIBS_ONLY=1 -DUSE_NLS=0 -DCMAKE_POSITION_INDEPENDENT_CODE=1 \
You can’t perform that action at this time.
0 commit comments