mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 10:01:14 -03:00
don't make xsel in subshell
This commit is contained in:
@@ -345,8 +345,11 @@ test: $(PROGRAMS) fish_tests
|
|||||||
xsel-1.2.0:
|
xsel-1.2.0:
|
||||||
tar -xf xsel-1.2.0.tar.gz
|
tar -xf xsel-1.2.0.tar.gz
|
||||||
|
|
||||||
xsel-1.2.0/xsel: xsel-1.2.0
|
xsel-1.2.0/Makefile: 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."
|
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."
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user