aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar Grissiom <chaos.proton@gmail.com>2010-09-18 10:14:14 +0800
committerGravatar Grissiom <chaos.proton@gmail.com>2010-09-18 10:14:14 +0800
commitf529b2e05725cba0bf9da3ee0feb0b7e3ef2fa5a (patch)
tree686491a08d53419c73dfc4734d540bba40992dd7 /Makefile.in
parentc6372a1b3f56d7022f135b8f1baeaff44816ec7c (diff)
upgrade xsel to 1.2.0
xsel 1.0 begin to support UFT-8.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 897c5c3c..71bf277a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -342,11 +342,11 @@ test: $(PROGRAMS) fish_tests
# Build the xsel program, which is maintained in its own tarball
#
-xsel-0.9.6:
- tar -xf xsel-0.9.6.tar
+xsel-1.2.0:
+ tar -xf xsel-1.2.0.tar.gz
-xsel-0.9.6/xsel: xsel-0.9.6
- cd xsel-0.9.6; ./configure && make || echo "Failed to build xsel - either add the required dependencies or use './configure --without-xsel' to disable it."
+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."
#