diff options
-rw-r--r-- | lang/gnat_util/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gnat_util/Makefile b/lang/gnat_util/Makefile index 16b577169d7b..3580b6872780 100644 --- a/lang/gnat_util/Makefile +++ b/lang/gnat_util/Makefile @@ -37,7 +37,7 @@ post-extract: post-install: @cd ${STAGEDIR}${PREFIX}; ${FIND} * \( -type f -or -type l \) | \ - ${SORT} > ${TMPPLIST} + ${SORT} >> ${TMPPLIST} @cd ${STAGEDIR}${PREFIX}; ${FIND} * -type d | ${AWK} '/\//' | \ ${SORT} -r | ${SED} -e '/lib\/gnat$$/d' -e 's/^/@dirrm /g' \ >> ${TMPPLIST} |