File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ function build {
41
41
builddir=$( setuptree)
42
42
cp $buildpath /$target $builddir /gh-ost/usr/bin
43
43
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 .
45
45
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 .
46
46
cd -
47
47
fi
You can’t perform that action at this time.
0 commit comments