mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
16
package/aufs-util/0001-remove-user-settings.patch
Normal file
16
package/aufs-util/0001-remove-user-settings.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
install: drop setting ownership
|
||||
|
||||
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -21,7 +21,7 @@
|
||||
override CPPFLAGS += -DAUFHSM_CMD=\"/usr/bin/aufhsm\"
|
||||
override CFLAGS += -O -Wall
|
||||
INSTALL ?= install
|
||||
-Install = ${INSTALL} -o root -g root -p
|
||||
+Install = ${INSTALL} -p
|
||||
ManDir = /usr/share/man
|
||||
|
||||
#
|
||||
Reference in New Issue
Block a user