Commit 365f3353 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated xinit to 1.4.1

parent 781794f5
all:
tar xf xinit-1.4.0.tar.bz2
cd xinit-1.4.0 && ./configure $(XORG_FOLDERS) --with-xinitdir=/etc/X11/app-defaults
$(MAKE) -C xinit-1.4.0
$(MAKE) -C xinit-1.4.0 check
$(MAKE) -C xinit-1.4.0 install
rm -rf xinit-1.4.0
tar xf xinit-1.4.1.tar.bz2
cd xinit-1.4.1 && ./configure $(XORG_FOLDERS) --with-xinitdir=/etc/X11/app-defaults
$(MAKE) -C xinit-1.4.1
$(MAKE) -C xinit-1.4.1 check
$(MAKE) -C xinit-1.4.1 install
rm -rf xinit-1.4.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