summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysui/desktop/redhat/makefile.mk4
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