]> git.pld-linux.org Git - packages/wesnoth.git/commitdiff
- add missing /var/run/wesnothd dir
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 21 Aug 2005 20:24:36 +0000 (20:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    wesnoth.spec -> 1.43

wesnoth.spec

index 0b654648b86c7fa770fbb4ee2b7700191e5db0ee..d3be703324b57d3d29c486f7c2fa2a76c53930cc 100644 (file)
@@ -7,7 +7,7 @@ Summary:        Strategy game with a fantasy theme
 Summary(pl):   Strategiczna gra z motywem fantasy
 Name:          wesnoth
 Version:       0.9.4
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         X11/Applications/Games/Strategy
 Icon:          wesnoth-icon.xpm
@@ -78,8 +78,7 @@ Edytor map i narz
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
-install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},/var/run/wesnothd,/etc/rc.d/init.d}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -127,6 +126,7 @@ fi
 %{_mandir}/man6/wesnothd.6*
 %lang(de) %{_mandir}/de/man6/wesnothd.6*
 %lang(sv) %{_mandir}/sv/man6/wesnothd.6*
+%dir /var/run/wesnothd
 %endif
 
 %if %{with tools}
This page took 0.073518 seconds and 4 git commands to generate.