Skip to content

Commit 66a86d9

Browse files
committed
Fixed xrop 2
1 parent c8e7076 commit 66a86d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xrop/install

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git submodule update --init --recursive
66
make -j 1 # Watch out!! -j $(nproc) makes the build fail
77
cd ..
88

9-
mkdir bin
9+
mkdir -p bin
1010
cd bin
1111
ln -s ../xrop/xrop .
1212
cd ..

0 commit comments

Comments
 (0)