[vegastrike-music] Adjust path for ogg files in archive.

Bruno Wolff III bruno at fedoraproject.org
Sat Jul 9 18:49:40 UTC 2011


commit 62a84ae25a2d4942f459c0578a053b2950da8aea
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Tue Jun 28 20:09:17 2011 -0500

    Adjust path for ogg files in archive.

 vegastrike-music.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/vegastrike-music.spec b/vegastrike-music.spec
index 1e36077..c582a58 100644
--- a/vegastrike-music.spec
+++ b/vegastrike-music.spec
@@ -32,7 +32,7 @@ play the game.
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/vegastrike/music
-install -p -m 644 *.ogg $RPM_BUILD_ROOT%{_datadir}/vegastrike/music
+install -p -m 644 music/*.ogg $RPM_BUILD_ROOT%{_datadir}/vegastrike/music
 
 
 %clean
@@ -48,6 +48,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Tue Jun 28 2011 Bruno Wolff III <bruno at wolff.to> 0.5.1-0.1.beta1
 - Update to upstream 0.5.1.beta1
+- music now comes as a separate archive
 
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


More information about the scm-commits mailing list