diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-06 09:31:12 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-06 09:31:12 +0000 |
commit | 508d240b5aef28a30a833acf4abdf2ea3cb69b5c (patch) | |
tree | c00f07809dde1671ec803d13193d6fd596a07326 /sysui/desktop | |
parent | 90fab4e3a670460c5bef86d37142749ec471e677 (diff) |
INTEGRATION: CWS native147 (1.27.4); FILE MERGED
2008/04/23 20:26:46 obr 1.27.4.1: #i88334#,#i61569#,#i62176# removed /etc indirection and package database check for office install location
Diffstat (limited to 'sysui/desktop')
-rw-r--r-- | sysui/desktop/redhat/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysui/desktop/redhat/makefile.mk b/sysui/desktop/redhat/makefile.mk index 060c52d0cfa2..bf8a1636cfff 100644 --- a/sysui/desktop/redhat/makefile.mk +++ b/sysui/desktop/redhat/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.27 $ +# $Revision: 1.28 $ # # This file is part of OpenOffice.org. # @@ -46,7 +46,7 @@ TARGET=redhat .IF "$(PKGFORMAT)"!="$(PKGFORMAT:s/rpm//)" -SPECFILE=$(MISC)$/$(TARGET)-menus.spec +SPECFILE=$(TARGET)-menus.spec RPMFILES=$(foreach,i,{$(PRODUCTLIST)} $(PKGDIR)$/$i-$(SPECFILE:b)-$(PKGVERSION.$i)-$(PKGREV).noarch.rpm) .ENDIF |