SPECS: hedgewars.spec - use make's -C option for dir change
arvenil
arvenil at pld-linux.org
Sun Nov 9 13:58:20 CET 2008
Author: arvenil Date: Sun Nov 9 12:58:20 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use make's -C option for dir change
---- Files affected:
SPECS:
hedgewars.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/hedgewars.spec
diff -u SPECS/hedgewars.spec:1.4 SPECS/hedgewars.spec:1.5
--- SPECS/hedgewars.spec:1.4 Sun Nov 9 12:22:04 2008
+++ SPECS/hedgewars.spec Sun Nov 9 13:58:15 2008
@@ -57,8 +57,8 @@
install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
-cd build
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} -C build install \
+ DESTDIR=$RPM_BUILD_ROOT
install %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
@@ -81,6 +81,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2008/11/09 12:58:15 arvenil
+- use make's -C option for dir change
+
Revision 1.4 2008/11/09 11:22:04 duddits
- added pl summary and desc
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/hedgewars.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list