]> git.pld-linux.org Git - packages/warmux.git/commitdiff
- use %{_usr} instead of /usr/
authorMarcin Gajda <m.gajda@functional-software.com>
Mon, 31 May 2004 18:33:20 +0000 (18:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    warmux.spec -> 1.10

warmux.spec

index 3188fd90a3448eb985058db92742a0a829457ba9..074cbde8a871742e90cae0fb03e7bad013945d58 100644 (file)
@@ -35,7 +35,7 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/games/%{name},%{_desktopdir},%
 
 # Here patch is useless
 mv src/constante.cpp src/constante.old
-sed -e "s!REPERTOIRE_INSTALL(.*)!REPERTOIRE_INSTALL(\"/usr/\")!" \
+sed -e "s!REPERTOIRE_INSTALL(.*)!REPERTOIRE_INSTALL(\"%{_usr}/\")!" \
        src/constante.old > src/constante.cpp
 
 %{__make} -C src install \
This page took 0.032878 seconds and 4 git commands to generate.