mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
don't make xsel in subshell
This commit is contained in:
parent
70322077d2
commit
7f7b30959b
1 changed files with 5 additions and 2 deletions
|
@ -345,8 +345,11 @@ test: $(PROGRAMS) fish_tests
|
|||
xsel-1.2.0:
|
||||
tar -xf xsel-1.2.0.tar.gz
|
||||
|
||||
xsel-1.2.0/xsel: xsel-1.2.0
|
||||
cd xsel-1.2.0; ./configure && make || echo "Failed to build xsel - either add the required dependencies or use './configure --without-xsel' to disable it."
|
||||
xsel-1.2.0/Makefile: xsel-1.2.0
|
||||
cd xsel-1.2.0 && ./configure
|
||||
|
||||
xsel-1.2.0/xsel: xsel-1.2.0/Makefile
|
||||
$(MAKE) -C xsel-1.2.0 || echo "Failed to build xsel - either add the required dependencies or use './configure --without-xsel' to disable it."
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue