]> git.pld-linux.org Git - packages/widelands.git/commitdiff
- include music/ sound/ and txts/ dirs too (crashes on SDL though)
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 13 Jan 2006 07:16:46 +0000 (07:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    widelands.spec -> 1.5

widelands.spec

index 40f18e8c80446ab49b64b41bb3127869d7ea13f6..8f51f1f73dedc72d7dcc2468ebd06c9c1907c3f0 100644 (file)
@@ -3,7 +3,7 @@ Summary:        Game like Settlers II
 Summary(pl):   Remake gry Settlers II
 Name:          widelands
 Version:       0.%{_version}
-Release:       0.1
+Release:       0.2
 License:       GPL
 Group:         X11/Applications/Games
 Source0:       http://dl.sourceforge.net/widelands/%{name}-%{_version}-source.tar.bz2
@@ -53,7 +53,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},%{_desktopdir}}
 
 install widelands $RPM_BUILD_ROOT%{_bindir}
-cp -r campaigns fonts maps pics tribes worlds $RPM_BUILD_ROOT%{_datadir}/%{name}
+cp -r campaigns fonts maps music pics sound tribes txts worlds $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 cp %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 
This page took 0.113009 seconds and 4 git commands to generate.