hwinfo: Set `DESTDIR`

This commit is contained in:
Tee KOBAYASHI 2022-01-31 11:34:33 +09:00 committed by Yaksh Bariya
parent ee28b31df9
commit e7b3c7708c
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 0 deletions

View File

@ -23,4 +23,5 @@ termux_step_configure() {
echo 'touch changelog' > git2log
LDFLAGS+=" -landroid-shmem"
export HWINFO_VERSION="$TERMUX_PKG_VERSION"
export DESTDIR="$TERMUX_PREFIX"
}