#!/bin/sh
set -Cefu
cp -a $0-pkg "$AUTOPKGTEST_TMP/pkg"
cd "$AUTOPKGTEST_TMP/pkg"

echo 'Running Makefile'
make

echo 'OK'
