diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/linux-jdk13/Makefile | 3 | ||||
-rw-r--r-- | java/linux-sun-jdk13/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/java/linux-jdk13/Makefile b/java/linux-jdk13/Makefile index 8897872fcd18..6e820eaa5a31 100644 --- a/java/linux-jdk13/Makefile +++ b/java/linux-jdk13/Makefile @@ -42,6 +42,9 @@ IGNORE=You must manually fetch the Java SDK 1.3.0 for Linux archive (j2sdk-1_3_0 .endif .endfor +post-fetch: + @${CHMOD} +x ${DISTDIR}/${DISTFILES} + post-patch: find ${WRKSRC} -name '*.orig' -print | xargs ${RM} -f diff --git a/java/linux-sun-jdk13/Makefile b/java/linux-sun-jdk13/Makefile index 8897872fcd18..6e820eaa5a31 100644 --- a/java/linux-sun-jdk13/Makefile +++ b/java/linux-sun-jdk13/Makefile @@ -42,6 +42,9 @@ IGNORE=You must manually fetch the Java SDK 1.3.0 for Linux archive (j2sdk-1_3_0 .endif .endfor +post-fetch: + @${CHMOD} +x ${DISTDIR}/${DISTFILES} + post-patch: find ${WRKSRC} -name '*.orig' -print | xargs ${RM} -f |