diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-03-24 15:22:15 +0100 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-03-24 15:22:15 +0100 |
commit | f1aab29b6c197e79a8f1c30e1c3c461954bfc581 (patch) | |
tree | b5311ae15890e2e8d0fafc0ba437026978daccbc /setup_native/scripts | |
parent | ea4323886445ba2071a47598e23808be9779ade6 (diff) |
ause117: #i110262# more targets that require rpm
Diffstat (limited to 'setup_native/scripts')
-rw-r--r-- | setup_native/scripts/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_native/scripts/makefile.mk b/setup_native/scripts/makefile.mk index fc2081d4b..de91bd011 100644 --- a/setup_native/scripts/makefile.mk +++ b/setup_native/scripts/makefile.mk @@ -59,7 +59,7 @@ FAKEDBROOT=$(COMMONMISC)/$(TARGET)/fake-db-root .ENDIF # L10N_framework .INCLUDE : target.mk .IF "$(L10N_framework)"=="" -.IF "$(OS)" == "SOLARIS" || "$(OS)" == "LINUX" +.IF "$(OS)" == "SOLARIS" || ( "$(OS)" == "LINUX" && "$(PKGFORMAT)"!="$(PKGFORMAT:s/rpm//)" ) ALLTAR: $(BIN)$/install $(BIN)$/uninstall @@ -78,12 +78,12 @@ $(FAKEDB) : fake-db.spec chmod g+w $(NOARCH) $(BIN)$/install: $(FAKEDB) +.ENDIF # "$(PKGFORMAT)"!="$(PKGFORMAT:s/rpm//)" $(BIN)$/uninstall: uninstall_linux.sh $(TYPE) $< | tr -d "\015" > $@ -chmod 775 $@ -.ENDIF # "$(PKGFORMAT)"!="$(PKGFORMAT:s/rpm//)" .ENDIF # "$(OS)" == "LINUX" .IF "$(OS)" == "SOLARIS" |