#!/bin/bash -e

pkgname="$1"

# Apply the patch files
patch "$pkgname/src/npcd.c" < patches/umask.patch
