#!/bin/sh
if [ -f /tmp/args ];then
sleep .01
else
echo '-A' > /tmp/args
fi
makepkg `cat /tmp/args`
rm /tmp/args
