Skip to content

Commit 33e5974

Browse files
author
Shlomi Noach
committed
working directory
1 parent 460b15d commit 33e5974

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ function build {
4444
if [ "$GOOS" == "linux" ] ; then
4545
echo "Creating Distro full packages"
4646
cp $buildpath/$target $builddir/gh-ost/usr/bin
47+
cd $buildpath
4748
fpm -v "${RELEASE_VERSION}" --epoch 1 -f -s dir -n gh-ost -m shlomi-noach --description "GitHub's Online Schema Migrations for MySQL " --url "https://github.com/github/gh-ost" --vendor "GitHub" --license "Apache 2.0" -C $builddir/gh-ost --prefix=/ -t rpm .
4849
fpm -v "${RELEASE_VERSION}" --epoch 1 -f -s dir -n gh-ost -m shlomi-noach --description "GitHub's Online Schema Migrations for MySQL " --url "https://github.com/github/gh-ost" --vendor "GitHub" --license "Apache 2.0" -C $builddir/gh-ost --prefix=/ -t deb --deb-no-default-config-files .
4950
fi

0 commit comments

Comments
 (0)