pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/aipo
Module Name: pkgsrc
Committed By: joerg
Date: Wed Mar 18 18:03:29 UTC 2020
Modified Files:
pkgsrc/www/aipo: Makefile
Log Message:
Don't replace archive by directory during extraction
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/aipo/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/aipo/Makefile
diff -u pkgsrc/www/aipo/Makefile:1.16 pkgsrc/www/aipo/Makefile:1.17
--- pkgsrc/www/aipo/Makefile:1.16 Tue Aug 1 14:59:06 2017
+++ pkgsrc/www/aipo/Makefile Wed Mar 18 18:03:29 2020
@@ -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 @@ CONF_FILES+= ${PREFIX}/share/examples/ai
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