[scripts] s/mainfest/manifest

This commit is contained in:
Fabio Erculiani
2013-03-17 17:18:17 +00:00
parent 7747b78490
commit 0c0fa90f0c
+1 -1
View File
@@ -42,7 +42,7 @@ bump_package() {
(
cd "${overlay_dir}/${package}" || exit 1
cp "${skel_file}" "${package_file}" || exit 1
ebuild "${package_file}" mainfest || exit 1
ebuild "${package_file}" manifest || exit 1
git add "${package_file}" || exit 1
git add -u . || exit 1
git commit -m "[${package}] automatic version bump to ${version}" \