Fixed xrop 2

This commit is contained in:
raildex1 2017-04-25 02:39:22 +10:00
parent c8e7076645
commit 66a86d9c22

View file

@ -6,7 +6,7 @@ git submodule update --init --recursive
make -j 1 # Watch out!! -j $(nproc) makes the build fail
cd ..
mkdir bin
mkdir -p bin
cd bin
ln -s ../xrop/xrop .
cd ..