#!/bin/sh -e
make PREFIX=/usr
make PREFIX=/usr install
cd "$1/usr/bin"
ln -sf waycopy wl-copy
ln -sf waypaste wl-paste