RPM support in general packaging script.

This commit is contained in:
Matthew
2010-08-14 22:24:05 +12:00
parent 0e2b4bb721
commit 07b2bcbfdf
2 changed files with 10 additions and 5 deletions

View File

@@ -33,8 +33,14 @@ make prefix=/usr DESTDIR=../built install
popd
popd
cd linux/pkgbuild/
pushd linux/pkgbuild/
sh buildpackage.sh "ftp.open-ra.org" "httpdocs/releases/linux" "$2" "$3" "$VERSION"
popd
#cd ../rpm/
#sh buildpackage.sh "ftp.open-ra.org" "httpdocs/releases/linux" "$2" "$3" "$VERSION" "~/rpmbuild"
pushd linux/rpm/
sh buildpackage.sh "ftp.open-ra.org" "httpdocs/releases/linux" "$2" "$3" "$VERSION" "~/rpmbuild"
popd
pushd osx/
#todo
popd