File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ function build {
4141 builddir=$( setuptree)
4242 cp $buildpath /$target $builddir /gh-ost/usr/bin
4343 cd $buildpath
44- fpm -v " ${RELEASE_VERSION} " --epoch 1 -f -s dir -n gh-ost -m ' GitHub' --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 --rpm-rpmbuild-define " _build_id_links none" .
44+ fpm -v " ${RELEASE_VERSION} " --epoch 1 -f -s dir -n gh-ost -m ' GitHub' --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 --rpm-rpmbuild-define " _build_id_links none" --rpm-os linux .
4545 fpm -v " ${RELEASE_VERSION} " --epoch 1 -f -s dir -n gh-ost -m ' GitHub' --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 .
4646 cd -
4747 fi
You can’t perform that action at this time.
0 commit comments