commit 75e27a35c4c05a5a0e81018e88ea1292af59b685
parent 3d55939a752caf91587c716f6cc32f85d97833c5
Author: Cem Keylan <cem@ckyln.com>
Date: Wed, 2 Sep 2020 10:57:20 +0300
lib: use sys_db instead of hard-coding
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib b/lib
@@ -6,7 +6,7 @@ getrdname() {
case "$file" in /boot/vmlinuz*) ;; *) continue; esac
file=${file##/boot/vmlinuz-}
printf '/boot/initrd-%s.img\n' "$file"
- done < "/var/db/kiss/installed/$PKG/manifest"
+ done < "$sys_db/$PKG/manifest"
}
build_end() {