aboutsummaryrefslogtreecommitdiff
path: root/apkg
diff options
context:
space:
mode:
Diffstat (limited to 'apkg')
-rwxr-xr-xapkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/apkg b/apkg
index d1deb8d..74cb171 100755
--- a/apkg
+++ b/apkg
@@ -208,7 +208,7 @@ apply_patch() {
case $pn in
*.patch|*.diff)
msg "applying patch '$SRC/$pn'."
- patch ${patch_opt:--p1} -t -i $SRC/$pn || ret 1;;
+ patch ${patch_opt:--p1} -i $SRC/$pn || ret 1;;
esac
done
fi