diff options
-rw-r--r-- | comms/chu/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/comms/chu/Makefile b/comms/chu/Makefile index 89762b5ac2c9..c15ae248b5b1 100644 --- a/comms/chu/Makefile +++ b/comms/chu/Makefile @@ -13,16 +13,9 @@ COMMENT= Synchronise computer clock to CHU radio station LICENSE= GPLv1 -do-extract: - @${RM} -rf ${WRKDIR} - @${MKDIR} ${WRKDIR} - @${MKDIR} ${WRKSRC} - @for f in ${EXTRACT_ONLY}; do \ - if ! (cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$f ${EXTRACT_AFTER_ARGS});\ - then \ - exit 1; \ - fi \ - done +NO_WRKSUBDIR= yes + +post-extract: @${GZIP_CMD} -d ${WRKSRC}/testsignal.gz post-patch: |