]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- rel 0.15; fix desktop files installation auto/th/openoffice_org-2_2_0-oof680_m14_0_15
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 9 Oct 2007 06:43:03 +0000 (06:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libreoffice.spec -> 1.779

libreoffice.spec

index 96909d904cebfd39111fd786d3c72650adf3264c..e1a5ee81fb77fb180d5e8b13f57568c0b80844a3 100644 (file)
@@ -72,7 +72,7 @@
 %define                tag                     %(echo %{mws} | tr A-Z a-z)-%{milestone}
 %define                milestone       m14
 %define                _tag            %(echo %{tag} | tr - _)
-%define                _rel            0.14
+%define                _rel            0.15
 
 Summary:       OpenOffice.org - powerful office suite
 Summary(pl.UTF-8):     OpenOffice.org - potężny pakiet biurowy
@@ -2490,7 +2490,7 @@ done
 desktoplist=$(ls desktop/*.desktop | cut -d"/" -f2)
 
 for desktop in $desktoplist; do
-       install $desktop $RPM_BUILD_ROOT%{_desktopdir}/oo$desktop
+       install desktop/$desktop $RPM_BUILD_ROOT%{_desktopdir}/oo$desktop
 done
 
 %clean
This page took 0.052567 seconds and 4 git commands to generate.