INTEGRATION: CWS nativefixer6 (1.11.2); FILE MERGED
2005/04/12 06:36:29 obr 1.11.2.1: moved /usr/bin/soffice link to desktop integration packages
This commit is contained in:
parent
03ac9d4d0b
commit
df20a603da
1 changed files with 5 additions and 0 deletions
|
@ -156,6 +156,7 @@ PKGNAME=$(shell sed -n -e 's/^Name: //p' $(TARGET)-menus.spec)
|
|||
RPMFILE=$(BIN)/noarch/$(PKGNAME)-$(PKGVERSION)-$(PKGREV).noarch.rpm
|
||||
RPMDEPN = \
|
||||
$(MISC)/$(TARGET)/etc/$(UNIXFILENAME) \
|
||||
$(MISC)/$(TARGET)/usr/bin/soffice \
|
||||
$(MISC)/$(TARGET)/usr/bin/$(UNIXFILENAME) \
|
||||
$(MISC)/$(TARGET)/usr/bin/$(UNIXFILENAME)-printeradmin \
|
||||
$(MISC)/$(TARGET)/usr/share/applications/{$(LAUNCHERDEPN)} \
|
||||
|
@ -245,6 +246,10 @@ $(MISC)/$(TARGET)/usr/bin/$(UNIXFILENAME)-printeradmin : ../share/printeradmin.s
|
|||
@$(MKDIRHIER) $(@:d)
|
||||
@cat $< | tr -d "\015" | sed -e "s/%PREFIX/$(UNIXFILENAME)/g" > $@
|
||||
|
||||
$(MISC)/$(TARGET)/usr/bin/soffice :
|
||||
@$(MKDIRHIER) $(@:d)
|
||||
@ln -sf /etc/$(UNIXFILENAME)/program/soffice $@
|
||||
|
||||
$(MISC)/$(TARGET)/etc/$(UNIXFILENAME) :
|
||||
@$(MKDIRHIER) $(@:d)
|
||||
@touch $@
|
||||
|
|
Loading…
Reference in a new issue