diff options
-rw-r--r-- | src/opkbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh index 50d7eff..39b5103 100644 --- a/src/opkbuild.sh +++ b/src/opkbuild.sh @@ -335,7 +335,7 @@ build() ;; esac - '@@BINDIR@@/ob-genchanges' + : '@@BINDIR@@/ob-genchanges' } clean() |