From 2e2fc6f1b9555ad7353a59246d048eec9b116e9b Mon Sep 17 00:00:00 2001 From: Jeff Bilyk Date: Mon, 1 Aug 2011 20:46:12 -0400 Subject: setup-apklbu: add an apk cache sync after setting up APK cache --- setup-apklbu.in | 1 + 1 file changed, 1 insertion(+) (limited to 'setup-apklbu.in') diff --git a/setup-apklbu.in b/setup-apklbu.in index ff6d218..a530841 100755 --- a/setup-apklbu.in +++ b/setup-apklbu.in @@ -59,6 +59,7 @@ fi mkdir -p /media/${MOUNTPOINT}/cache || die "Failed to create /media/${MOUNTPOINT}/cache" ln -s /media/${MOUNTPOINT}/cache /etc/apk/cache || die "Failed to create apk cache softlink" +apk cache sync cat > /etc/lbu/lbu.conf <