From 8c6456186c50bd514d025b2f03c5b6bfe15791c1 Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Fri, 24 Aug 2018 00:22:53 -0400 Subject: [PATCH] cave: install database to where advent expects it --- Applications/cave/fuzix-cave.pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/cave/fuzix-cave.pkg b/Applications/cave/fuzix-cave.pkg index a494138b..b6316903 100644 --- a/Applications/cave/fuzix-cave.pkg +++ b/Applications/cave/fuzix-cave.pkg @@ -2,4 +2,4 @@ package adventure if-file advent f 0755 /usr/games/advent advent -f 0644 /usr/games/advent.db advent.db +f 0644 /usr/games/lib/advent.db advent.db -- 2.34.1