Skip to content

Commit

Permalink
cross/mingw-*-bin: fix INSTALLATION_DIRS
Browse files Browse the repository at this point in the history
  • Loading branch information
dbj committed Dec 14, 2020
1 parent 8fc2b73 commit 8598662
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cross/mingw-runtime-bin/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2020/03/20 11:57:25 nia Exp $
# $NetBSD: Makefile,v 1.8 2020/12/14 00:40:10 dbj Exp $

DISTNAME= mingw-runtime-3.14
PKGNAME= mingw-runtime-bin-3.14
Expand All @@ -15,7 +15,7 @@ NO_CONFIGURE= yes
USE_TOOLS+= pax
WRKSRC= ${WRKDIR}

INSTALLATION_DIRS+= ${MINGW_TARGET}
INSTALLATION_DIRS+= cross/${MINGW_TARGET}

do-install:
cd ${WRKSRC} && pax -rw -pp bin include lib \
Expand Down
4 changes: 2 additions & 2 deletions cross/mingw-w32api-bin/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2020/03/20 11:57:25 nia Exp $
# $NetBSD: Makefile,v 1.8 2020/12/14 00:40:10 dbj Exp $

DISTNAME= w32api-3.11
PKGNAME= mingw-w32api-bin-3.11
Expand All @@ -15,7 +15,7 @@ NO_CONFIGURE= yes
USE_TOOLS+= pax
WRKSRC= ${WRKDIR}

INSTALLATION_DIRS+= ${MINGW_TARGET}
INSTALLATION_DIRS+= cross/${MINGW_TARGET}

do-install:
cd ${WRKSRC} && pax -rw -pp include lib \
Expand Down

0 comments on commit 8598662

Please sign in to comment.