Bug 171818

Summary: Bug in Makefile causing .desktop file generation to fail
Product: [Fedora] Fedora Reporter: Kjartan Maraas <kmaraas>
Component: system-config-displayAssignee: Søren Sandmann Pedersen <sandmann>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: kem
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-01-12 18:46:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
patch to fix the problem none

Description Kjartan Maraas 2005-10-26 19:31:55 UTC
Description of problem:

Translations not merged properly.

Patch for the Makefile:

diff -u -p -r1.34 Makefile
--- Makefile    9 Sep 2004 05:33:59 -0000       1.34
+++ Makefile    26 Oct 2005 19:27:23 -0000
@@ -82,5 +82,5 @@ srpm:
        @echo SRPM is:
$(HOME)/rpmbuild/SRPMS/$(PKGNAME)-$(VERSION)-$(RELEASE).src.rpm

 %.desktop: %.desktop.in
-       @intltool-merge -d -u po/ $< $\@
+       @intltool-merge -d -u po/ $< $@


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Kjartan Maraas 2005-10-26 19:31:55 UTC
Created attachment 120428 [details]
patch to fix the problem

Comment 2 Kjartan Maraas 2006-01-10 23:09:05 UTC
*** Bug 156794 has been marked as a duplicate of this bug. ***