forked from Mirror/pmbootstrap
pmb/aportgen/binutils.py: pass apkbuild-lint (MR 1942)
This commit is contained in:
parent
654cc56062
commit
ea710caafe
2 changed files with 0 additions and 4 deletions
|
@ -29,7 +29,6 @@ def generate(args, pkgname):
|
|||
replace_functions = {
|
||||
"build": """
|
||||
_target="$(arch_to_hostspec """ + arch + """)"
|
||||
cd "$builddir"
|
||||
"$builddir"/configure \\
|
||||
--build="$CBUILD" \\
|
||||
--target=$_target \\
|
||||
|
@ -46,7 +45,6 @@ def generate(args, pkgname):
|
|||
make
|
||||
""",
|
||||
"package": """
|
||||
cd "$builddir"
|
||||
make install DESTDIR="$pkgdir"
|
||||
|
||||
# remove man, info folders
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue