diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-06 09:33:54 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-06 09:33:54 +0000 |
commit | 04f6510ae18d26939a7beeee28f054cc0b703927 (patch) | |
tree | a47c55b74487b31a6440528a000f983353ea234c /sysui | |
parent | 78ea008917575341e8cfa8e52c3464689add52bd (diff) |
INTEGRATION: CWS native147 (1.28.4); FILE MERGED
2008/04/23 20:26:47 obr 1.28.4.1: #i88334#,#i61569#,#i62176# removed /etc indirection and package database check for office install location
Diffstat (limited to 'sysui')
-rw-r--r-- | sysui/desktop/suse/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysui/desktop/suse/makefile.mk b/sysui/desktop/suse/makefile.mk index f303ae5e66c1..064d83ae27cf 100644 --- a/sysui/desktop/suse/makefile.mk +++ b/sysui/desktop/suse/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.28 $ +# $Revision: 1.29 $ # # This file is part of OpenOffice.org. # @@ -46,7 +46,7 @@ TARGET=suse .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 |