[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
|
||||
sudo make install
|
||||
cd -
|
||||
rm -rf /tmp/tmux*
|
||||
rm -rf /tmp/tmux
|
||||
fi
|
||||
;;
|
||||
pacman)
|
||||
|
|
Loading…
Reference in New Issue
Block a user