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 @@ -40,7 +40,7 @@ function build {
40
40
builddir=$( setuptree)
41
41
cp $buildpath /$target $builddir /gh-ost/usr/bin
42
42
cd $buildpath
43
- 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" .
43
+ 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 .
44
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 deb --deb-no-default-config-files .
45
45
cd -
46
46
fi
You can’t perform that action at this time.
0 commit comments