pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/aipo Don't replace archive by directory during ext...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/800ffb0197b5
branches:  trunk
changeset: 413354:800ffb0197b5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Mar 18 18:03:29 2020 +0000

description:
Don't replace archive by directory during extraction

diffstat:

 www/aipo/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 7794c8f046f1 -r 800ffb0197b5 www/aipo/Makefile
--- a/www/aipo/Makefile Wed Mar 18 18:02:41 2020 +0000
+++ b/www/aipo/Makefile Wed Mar 18 18:03:29 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2017/08/01 14:59:06 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2020/03/18 18:03:29 joerg Exp $
 #
 
 DISTNAME=      aipo-${VERSION}-linux-x86
@@ -39,7 +39,8 @@
  
 
 post-extract:
-       cd ${WRKDIR} && ${TAR} -xpf aipo-${VERSION}-linux-x86
+       cd ${WRKDIR} && mv aipo-${VERSION}-linux-x86 aipo-${VERSION}-linux-x86.tar
+       cd ${WRKDIR} && ${TAR} xf aipo-${VERSION}-linux-x86.tar
        ${UNZIP_CMD} -d ${WRKSRC}/dist/ROOT \
                ${WRKSRC}/dist/aipo.war
 



Home | Main Index | Thread Index | Old Index