diff options
-rw-r--r-- | editors/staroffice60/Makefile | 2 | ||||
-rw-r--r-- | editors/staroffice70/Makefile | 2 | ||||
-rw-r--r-- | german/staroffice70/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/staroffice60/Makefile b/editors/staroffice60/Makefile index ce1ba8c2d394..1d5c7d5502a5 100644 --- a/editors/staroffice60/Makefile +++ b/editors/staroffice60/Makefile @@ -159,7 +159,7 @@ post-install: @${MV} ${INSTDB.INS} ${INSTDB.INS}.orig @${SED} -e 's%DefaultDestPath = "${PREFIX}/staroffice%DefaultDestPath = "staroffice%' \ ${INSTDB.INS}.orig > ${INSTDB.INS} - @${INSTALL_PROGRAM} ${PREFIX}/${SOVERSION}/program/soffice \ + @${INSTALL_SCRIPT} ${PREFIX}/${SOVERSION}/program/soffice \ ${PREFIX}/${SOVERSION}/program/spadmin .if !exists(${LINUXBASE}/usr/X11R6/lib/libXrender.so) @${LN} -fs ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1.0 ${PREFIX}/${SOVERSION}/program/libXrender.so diff --git a/editors/staroffice70/Makefile b/editors/staroffice70/Makefile index ce1ba8c2d394..1d5c7d5502a5 100644 --- a/editors/staroffice70/Makefile +++ b/editors/staroffice70/Makefile @@ -159,7 +159,7 @@ post-install: @${MV} ${INSTDB.INS} ${INSTDB.INS}.orig @${SED} -e 's%DefaultDestPath = "${PREFIX}/staroffice%DefaultDestPath = "staroffice%' \ ${INSTDB.INS}.orig > ${INSTDB.INS} - @${INSTALL_PROGRAM} ${PREFIX}/${SOVERSION}/program/soffice \ + @${INSTALL_SCRIPT} ${PREFIX}/${SOVERSION}/program/soffice \ ${PREFIX}/${SOVERSION}/program/spadmin .if !exists(${LINUXBASE}/usr/X11R6/lib/libXrender.so) @${LN} -fs ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1.0 ${PREFIX}/${SOVERSION}/program/libXrender.so diff --git a/german/staroffice70/Makefile b/german/staroffice70/Makefile index ce1ba8c2d394..1d5c7d5502a5 100644 --- a/german/staroffice70/Makefile +++ b/german/staroffice70/Makefile @@ -159,7 +159,7 @@ post-install: @${MV} ${INSTDB.INS} ${INSTDB.INS}.orig @${SED} -e 's%DefaultDestPath = "${PREFIX}/staroffice%DefaultDestPath = "staroffice%' \ ${INSTDB.INS}.orig > ${INSTDB.INS} - @${INSTALL_PROGRAM} ${PREFIX}/${SOVERSION}/program/soffice \ + @${INSTALL_SCRIPT} ${PREFIX}/${SOVERSION}/program/soffice \ ${PREFIX}/${SOVERSION}/program/spadmin .if !exists(${LINUXBASE}/usr/X11R6/lib/libXrender.so) @${LN} -fs ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1.0 ${PREFIX}/${SOVERSION}/program/libXrender.so |