pmb/aportgen/binutils.py: pass apkbuild-lint (MR 1942)

This commit is contained in:
Oliver Smith 2020-05-12 20:21:07 +02:00
parent 654cc56062
commit ea710caafe
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -32,7 +32,6 @@ fi
build() {
_target="$(arch_to_hostspec armhf)"
cd "$builddir"
"$builddir"/configure \
--build="$CBUILD" \
--target=$_target \
@ -50,7 +49,6 @@ build() {
}
package() {
cd "$builddir"
make install DESTDIR="$pkgdir"
# remove man, info folders