diff options
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 |