diff options
Diffstat (limited to 'german/staroffice52/Makefile')
-rw-r--r-- | german/staroffice52/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
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: |