diff options
author | Peter Wemm <peter@FreeBSD.org> | 2000-04-14 20:24:04 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2000-04-14 20:24:04 +0000 |
commit | 6f80b55952760f7087a05986d4504c9ec806b210 (patch) | |
tree | ba5686df47d72850f619ecf44541ed1933ec8443 /german/staroffice5 | |
parent | 688db8336398d4fb4c8c424602af10926082afb6 (diff) | |
download | ports-6f80b55952760f7087a05986d4504c9ec806b210.tar.gz ports-6f80b55952760f7087a05986d4504c9ec806b210.zip |
Complete /usr/compat -> /compat (this was partly correct already)
Notes
Notes:
svn path=/head/; revision=27545
Diffstat (limited to 'german/staroffice5')
-rw-r--r-- | german/staroffice5/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/german/staroffice5/Makefile b/german/staroffice5/Makefile index dd3fa2091785..3f0c0c2f224a 100644 --- a/german/staroffice5/Makefile +++ b/german/staroffice5/Makefile @@ -73,15 +73,15 @@ do-install: @${CP} /compat/linux/etc/ld.so.conf ${WRKDIR}/tmp/ld.so.conf.temp @${ECHO} "${WRKDIR}/tmp" >> ${WRKDIR}/tmp/ld.so.conf.temp @PATH=${PATH}:${WRKDIR}/tmp - @LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WRKDIR}/tmp:/usr/lib:/lib:/usr/compat/linux/lib - @/usr/compat/linux/sbin/ldconfig -f ${WRKDIR}/tmp/ld.so.conf.temp + @LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WRKDIR}/tmp:/usr/lib:/lib:/compat/linux/lib + @/compat/linux/sbin/ldconfig -f ${WRKDIR}/tmp/ld.so.conf.temp @${CAT} ${PKGDIR}/MESSAGE @-TEMP=${WRKDIR}/tmp ${WRKDIR}/so51inst/office51/setup /net @ ${ECHO} @ ${ECHO} Ignorieren Sie die Fehlermeldung. StarOffice5.1a wurde erfolgreich @ ${ECHO} auf Ihrem System installiert. @ ${ECHO} - @/usr/compat/linux/sbin/ldconfig + @/compat/linux/sbin/ldconfig .endif post-install: |