diff options
-rw-r--r-- | french/staroffice52/Makefile | 7 | ||||
-rw-r--r-- | german/staroffice52/Makefile | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/french/staroffice52/Makefile b/french/staroffice52/Makefile index 6f31b1a33e41..60f9b079667b 100644 --- a/french/staroffice52/Makefile +++ b/french/staroffice52/Makefile @@ -60,9 +60,10 @@ pre-fetch: .endif .if defined(WITH_CDROM) -do-extract: - @${MKDIR} ${WRKSRC}/office52 - @cd ${WRKSRC}/office52 && ${LN} -s ${CD_MOUNTPT}/linux/office52/* . +do-extract: do-extract-cdrom +do-extract-cdrom: + @${MKDIR} ${WRKSRC} + @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/office52/* . .else do-extract: diff --git a/german/staroffice52/Makefile b/german/staroffice52/Makefile index 3a55017ffbe3..cf59be771862 100644 --- a/german/staroffice52/Makefile +++ b/german/staroffice52/Makefile @@ -49,16 +49,17 @@ pre-fetch: .if !exists(${CD_MOUNTPT}/linux/office52/setup) @${ECHO} @${ECHO} Bitte mounten Sie die Sun StarOffice 5.2 CDROM - @${ECHO} nach /cdrom and starten Sie make erneut. + @${ECHO} nach ${CD_MOUNTPT} and starten Sie make erneut. @${ECHO} @${FALSE} .endif .endif .if defined(WITH_CDROM) -do-extract: - @${MKDIR} ${WRKSRC}/office52 - @cd ${WRKSRC}/office52 && ${LN} -s ${CD_MOUNTPT}/linux/office52/* . +do-extract: do-extract-cdrom +do-extract-cdrom: + @${MKDIR} ${WRKSRC} + @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/office52/* . .endif do-extract: |