[game-data-packager] 01/01: broken sword 1: fix speech1 & speech2 alternatives (#795624)
Alexandre Detiste
detiste-guest at moszumanska.debian.org
Mon Aug 17 06:34:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
detiste-guest pushed a commit to branch master
in repository game-data-packager.
commit a9ff86c5912f1769df0ce8bd0fc8570f2422dfb6
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date: Mon Aug 17 08:33:53 2015 +0200
broken sword 1: fix speech1 & speech2 alternatives (#795624)
---
data/brokensword1.yaml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/data/brokensword1.yaml b/data/brokensword1.yaml
index c1167b2..0703eea 100644
--- a/data/brokensword1.yaml
+++ b/data/brokensword1.yaml
@@ -602,9 +602,10 @@ files:
alternatives:
- speech1.clu
- speech1.clf
+ install_as: $alternative
speech1.clu:
install_as: speech/speech1.clu
- look_for: [speech.clu]
+ look_for: [speech.clu,speech1.clu]
speech1.clf:
install_as: speech/speech1.clf
@@ -612,9 +613,10 @@ files:
alternatives:
- speech2.clu
- speech2.clf
+ install_as: $alternative
speech2.clu:
install_as: speech/speech2.clu
- look_for: [speech.clu]
+ look_for: [speech.clu,speech2.clu]
speech2.clf:
install_as: speech/speech2.clf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git
More information about the Pkg-games-commits
mailing list