[bugfix] should not rm -rf /tmp/tmux*
This commit is contained in:
parent
41104b4e14
commit
595a6d6309
|
@ -28,7 +28,7 @@ case "$PM" in
|
||||||
./configure && make
|
./configure && make
|
||||||
sudo make install
|
sudo make install
|
||||||
cd -
|
cd -
|
||||||
rm -rf /tmp/tmux*
|
rm -rf /tmp/tmux
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
pacman)
|
pacman)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user