summaryrefslogtreecommitdiffstats
path: root/main/alpine-conf/0001-lbu-check-permissions-when-generating-apkovl.patch
blob: 7eceeaa8c782c1d388f79f9ce4087e51057f1014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 9a18a800011faf018ff49220ae368c673c690bdc Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Tue, 17 Jul 2012 10:52:54 +0000
Subject: [PATCH] lbu: check permissions when generating apkovl

We want include files and dirs that have changed permissions.

ref #1241
---
 lbu.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lbu.in b/lbu.in
index 3fa157e..a0e68ed 100644
--- a/lbu.in
+++ b/lbu.in
@@ -278,7 +278,7 @@ If <dirname> nor <filename> is not specified, a package named
 }
 
 _gen_filelist() {
-	apk audit --backup --quiet --recursive
+	apk audit --backup --quiet --recursive --check-permissions
 }
 
 cmd_package() {
-- 
1.7.11.2