Skip to content

Commit

Permalink
Update automake
Browse files Browse the repository at this point in the history
updated host-recipe to new changes using package()
  • Loading branch information
xn0px90 authored Dec 11, 2023
1 parent 79cc7f7 commit a3644de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host-recipes/automake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ build() {
make -j${parallelism}
}

install() {
package() {
DESTDIR="${dest_dir}" make install-strip
}

0 comments on commit a3644de

Please sign in to comment.