Ticket #2228 (closed enhancement: fixed)
om-make-ipkg and postinst files
| Reported by: | Ator | Owned by: | openmoko-devel |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | host utilities | Version: | |
| Severity: | minor | Keywords: | om-make-ipkg toolchain |
| Cc: | Blocked By: | ||
| Blocking: | Estimated Completion (week): | 1 | |
| HasPatchForReview: | yes | PatchReviewResult: | |
| Reproducible: | always |
Description
The om-make-ipkg Script fails if the Directory CONTROL already exists. For using pre- and post-Scripts you have to create this Directory during "make install".
I changed the line
mkdir ${tmpdir}/CONTROL
to
mkdir -p ${tmpdir}/CONTROL
and everything is fine then.
Change History
Note: See
TracTickets for help on using
tickets.

r4913.