diff options
author | Nick Hanley <nicholasjhanley@gmail.com> | 2022-02-23 23:55:23 -0500 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-03-16 09:16:16 +0000 |
commit | 3e33c9fc71083e65ebfec415efdba01c62651a20 (patch) | |
tree | f2f08b6d37d3757ec46d27fcd253a47c27b7dc3d /update-kernel.in | |
parent | ad16e3efcc94edca000a0b571d00b32435598c0d (diff) | |
download | alpine-conf-3e33c9fc71083e65ebfec415efdba01c62651a20.zip |
fix PREFIX in *.in
Commit ec0c7a7 changed the sed expression for PREFIX injection but
forgot to update the scripts.
Diffstat (limited to 'update-kernel.in')
-rw-r--r-- | update-kernel.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-kernel.in b/update-kernel.in index dda4589..051ef43 100644 --- a/update-kernel.in +++ b/update-kernel.in @@ -8,7 +8,7 @@ # Copyright (c) 2014 Timo Teräs # Copyright (c) 2014-2021 Kaarle Ritvanen -PREFIX= +PREFIX=@PREFIX@ . $PREFIX/lib/libalpine.sh SCRIPT=update-kernel |