summaryrefslogtreecommitdiffstats
path: root/src/opkbuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/opkbuild.sh')
-rw-r--r--src/opkbuild.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh
index 5b5ff60..68fec15 100644
--- a/src/opkbuild.sh
+++ b/src/opkbuild.sh
@@ -335,7 +335,8 @@ build()
../build install && \
'@@BINDIR@@/ob-installdocs' && \
'@@BINDIR@@/ob-gencontrol' && \
- '@@BINDIR@@/ob-buildopk'
+ '@@BINDIR@@/ob-buildopk' && \
+ '@@BINDIR@@/ob-genchanges'
EOF
if [ ${?} -ne 0 ]; then
exit 1
@@ -352,10 +353,6 @@ build()
fi
;;
esac
-
- if ! '@@BINDIR@@/ob-genchanges'; then
- exit 1
- fi
}
clean()