Commit 2f81e0a4 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated xauth to 1.1

parent f97a61d3
all: all:
tar xf xauth-1.0.10.tar.bz2 tar xf xauth-1.1.tar.bz2
cd xauth-1.0.10 && ./configure $(XORG_FOLDERS) cd xauth-1.1 && ./configure $(XORG_FOLDERS)
$(MAKE) -C xauth-1.0.10 $(MAKE) -C xauth-1.1
# FIXME: xauth tests fail, cmdtest required # FIXME: xauth tests fail, cmdtest required
-$(MAKE) -C xauth-1.0.10 check -$(MAKE) -C xauth-1.1 check
$(MAKE) -C xauth-1.0.10 install $(MAKE) -C xauth-1.1 install
rm -rf xauth-1.0.10 rm -rf xauth-1.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment