Ubuntu Pastebin

Paste from Saviq at Tue, 3 Feb 2015 15:39:35 +0000

Download as text
1
2
3
4
override_dh_auto_test:
        [ ! -d $(CURDIR)/home ] && mkdir $(CURDIR)/home
        cd tests/auto/ && ( test -e Makefile || qmake auto.pro -o Makefile ) && \
            env LD_LIBRARY_PATH=$(CURDIR)/lib HOME=$(CURDIR)/home make -f Makefile check
Download as text