Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
protonesso committed Nov 5, 2018
1 parent 117e5db commit 7dda30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/binutils/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ build() {
make tooldir=/usr MAKEINFO="true" DESTDIR=$PKG install-strip

export JHOST="$(cc -dumpmachine)"
for f in $pkgdir/usr/bin/*; do
for f in $PKG/usr/bin/*; do
ln -s ${f##*/} $PKG/usr/bin/${JHOST:-${JHOST}}-${f##*/}
done

Expand Down

0 comments on commit 7dda30d

Please sign in to comment.