diff options
author | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2009-05-03 21:30:57 +0000 |
---|---|---|
committer | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2009-05-03 21:30:57 +0000 |
commit | da6478d47f2648c851028a201e061bf797a7b8af (patch) | |
tree | 6861535d85a853cb38112ee04a0609a5b3c5f337 /games | |
parent | ebd0300066cdab8c86935e946835e7e0dd6939ad (diff) | |
download | mkbuilds-da6478d47f2648c851028a201e061bf797a7b8af.tar.gz mkbuilds-da6478d47f2648c851028a201e061bf797a7b8af.tar.bz2 |
enabling manifest_check in all mkbuilds
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@460 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'games')
-rwxr-xr-x | games/action/0verkill/0verkill.mkbuild | 1 | ||||
-rw-r--r-- | games/emulation/dosbox/dosbox.mkbuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/games/action/0verkill/0verkill.mkbuild b/games/action/0verkill/0verkill.mkbuild index 0533348..304e72b 100755 --- a/games/action/0verkill/0verkill.mkbuild +++ b/games/action/0verkill/0verkill.mkbuild @@ -132,6 +132,7 @@ off: svn_source off: md5sum_download_and_check_0 off: md5sum_download_and_check_1 off: gpg_signature_check + on: manifest_check on: untar_source off: patch_source on: configure diff --git a/games/emulation/dosbox/dosbox.mkbuild b/games/emulation/dosbox/dosbox.mkbuild index dc723b5..1c94ae0 100644 --- a/games/emulation/dosbox/dosbox.mkbuild +++ b/games/emulation/dosbox/dosbox.mkbuild @@ -114,6 +114,7 @@ # on: md5sum_download_and_check_0 #on: md5sum_download_and_check_1 #on: gpg_signature_check + on: manifest_check on: untar_source #on: path_source on: configure |