diff options
-rw-r--r-- | src/opkbuild.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh index 2414f3f..3fedfe7 100644 --- a/src/opkbuild.sh +++ b/src/opkbuild.sh @@ -322,8 +322,7 @@ setup_build() return 1 fi if ! "${BINDIR}/ob-applypatches"; then - # TODO: Remove the ":" after fixing ob-applypatches. - : return 1 + return 1 fi if ! "${BINDIR}/ob-installplatconf"; then return 1 |