pkgsrc-WIP-changes archive

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

cliqz: Replaced bsdtar in do-install section with pax -wr.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Mon Feb 25 09:49:31 2019 +0530
Changeset:	9ae07347c628eafc47012811bf3ad1326703b3d5

Modified Files:
	cliqz/Makefile

Log Message:
cliqz: Replaced bsdtar in do-install section with pax -wr.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9ae07347c628eafc47012811bf3ad1326703b3d5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cliqz/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diffs:
diff --git a/cliqz/Makefile b/cliqz/Makefile
index d39a48c652..df6106747d 100644
--- a/cliqz/Makefile
+++ b/cliqz/Makefile
@@ -35,7 +35,7 @@ HOMEPAGE=	https://cliqz.com/en/desktop
 COMMENT=	Secure browser (Mozilla based) with built-in quick search
 LICENSE=	mpl-2.0
 
-USE_TOOLS+=	pkg-config perl gmake autoconf213 unzip zip bash bsdtar
+USE_TOOLS+=	pkg-config perl gmake autoconf213 unzip zip bash pax
 USE_LANGUAGES+=	c99 gnu++14
 
 PYTHON_FOR_BUILD_ONLY=		tool
@@ -92,9 +92,8 @@ do-build:
 
 INSTALLATION_DIRS+=	share/applications share/pixmaps bin lib/cliqz
 do-install:
-	cd ${WRKSRC}/obj/dist && \
-		bsdtar -xjf ${DISTNAME}*${LOWER_OPSYS}-${MACHINE_ARCH}.tar.bz2 \
-		-C ${DESTDIR}${PREFIX}/lib && \
+	cd ${WRKSRC}/obj/dist/cliqz && \
+		${PAX} -wr * ${DESTDIR}${PREFIX}/lib/cliqz && \
 		${CHOWN} -R ${ROOT_USER}:${ROOT_GROUP} ${DESTDIR}${PREFIX}/lib/*
 	cd ${DESTDIR}${PREFIX}/lib && \
 		${FIND} . \(	-name \*.js  -or \


Home | Main Index | Thread Index | Old Index