diff options
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/lmbench/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile index 1e4a3074e765..d49208632700 100644 --- a/benchmarks/lmbench/Makefile +++ b/benchmarks/lmbench/Makefile @@ -47,8 +47,7 @@ pre-install: do-install: ${CP} ${FILESDIR}/Makefile ${PREFIX}/lib/lmbench - rm ${WRKSRC}/scripts/*.orig - tar -C ${WRKSRC} -cf - Results bin scripts | \ + tar --exclude \*.orig -C ${WRKSRC} -cf - Results bin scripts | \ tar -C ${PREFIX}/lib/lmbench -xf - .for man in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/doc/${man} ${PREFIX}/man/man1 |