summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-01-25 13:19:31 (EST)
committer P. J. McDermott <pjm@nac.net>2012-01-25 13:19:31 (EST)
commitcb6c574b6c3f79004d8ab112879b6f0dc1de6f9b (patch)
treea39e4410e287f7d3ea8fedde27e553224f896a4b /src
parent42c3dc72b238551738326945924b1b5f966d8e7e (diff)
Include oh-applypatches in build process.
Diffstat (limited to 'src')
-rw-r--r--src/opkbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opkbuild b/src/opkbuild
index 06c5a8c..03389f8 100644
--- a/src/opkbuild
+++ b/src/opkbuild
@@ -124,6 +124,8 @@ for binpkgdir in ../*.pkg/; do
tar -xzf ../${pkgname}_${pkgver}.tar.gz || error "${binpkg}"
fi
# TODO: Other compression formats, putting things in src/, ...
+ # Apply patches.
+ oh-applypatches
# Build the package.
${uid0_cmd} ../build ${binpkg} || error "${binpkg}"
printf 'opkbuild: Package "%s" complete!\n\n' "${binpkg}"