Skip to content

Commit

Permalink
testing ${OS_TRIPLET} var to fix permision issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xn0px90 authored Dec 9, 2023
1 parent 231a11b commit 9731e81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ deps="mlibc ncurses readline"

build() {
${source_dir}/configure \
--host=x86_64-vinix \
--host=${OS_TRIPLET} \
--prefix=${prefix} \
--without-bash-malloc \
--disable-nls
Expand Down
2 changes: 1 addition & 1 deletion recipes/coreutils
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build() {

CFLAGS="-DSLOW_BUT_NO_HACKS $CFLAGS" \
./configure \
--host=x86_64-vinix \
--host=${OS_TRIPLET} \
--prefix=${prefix} \
--sysconfdir=/etc \
--localstatedir=/var \
Expand Down

0 comments on commit 9731e81

Please sign in to comment.