ports/core (3.2): gcc: use install instead of mkdir to create directories in $PKG
27 Jul
2015
27 Jul
'15
5:05 p.m.
commit 8d40f946070fadb91061e0a1619648d920dafe1b Author: Juergen Daubert <jue@jue.li> Date: Mon Jul 27 19:04:58 2015 +0200 gcc: use install instead of mkdir to create directories in $PKG diff --git a/gcc/Pkgfile b/gcc/Pkgfile index 849ab1a..ca68442 100644 --- a/gcc/Pkgfile +++ b/gcc/Pkgfile @@ -31,7 +31,7 @@ build() { make bootstrap make -j1 DESTDIR=$PKG install - mkdir $PKG/lib + install -d $PKG/lib ln -sf ../usr/bin/cpp $PKG/lib/cpp ln -sf gcc $PKG/usr/bin/cc ln -sf g++ $PKG/usr/bin/c++
3460
Age (days ago)
3460
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu