#!/bin/sh -e patch -p1 < rootless-ati.patch export LDFLAGS="-Wl,-z,lazy" ./configure \ --prefix=/usr make make DESTDIR="$1" install