We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e7076 commit 66a86d9Copy full SHA for 66a86d9
xrop/install
@@ -6,7 +6,7 @@ git submodule update --init --recursive
6
make -j 1 # Watch out!! -j $(nproc) makes the build fail
7
cd ..
8
9
-mkdir bin
+mkdir -p bin
10
cd bin
11
ln -s ../xrop/xrop .
12
0 commit comments