diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2018-10-14 20:36:47 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2018-10-14 20:36:47 +0000 |
commit | f0700e71d55e90a0f44931fee1b7119d77c4b17e (patch) | |
tree | 950c83d817dd06e91754972f8cd34d696752b756 | |
parent | d02931b6ba59b543d698c161feb07d5da79fee73 (diff) | |
download | midipix_build-f0700e71d55e90a0f44931fee1b7119d77c4b17e.tar.bz2 midipix_build-f0700e71d55e90a0f44931fee1b7119d77c4b17e.tar.xz |
patches/dbus{,_host}-1.11.20.local.patch: call install(1) w/ -m 700 vs. m700.
-rw-r--r-- | patches/dbus-1.11.20.local.patch | 11 | ||||
-rw-r--r-- | patches/dbus_host-1.11.20.local.patch | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/patches/dbus-1.11.20.local.patch b/patches/dbus-1.11.20.local.patch index 5be70620..2bec1cb2 100644 --- a/patches/dbus-1.11.20.local.patch +++ b/patches/dbus-1.11.20.local.patch @@ -123,3 +123,14 @@ diff -Naur dbus-1.11.20.orig/Makefile.in dbus-1.11.20/Makefile.in pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = dbus-1.pc cmakeconfigdir = $(libdir)/cmake/DBus1 +--- dbus-1.11.20/test/Makefile.am.orig 2017-09-25 16:00:11.000000000 +0000 ++++ dbus-1.11.20/test/Makefile.am 2018-10-14 20:14:12.616000000 +0000 +@@ -541,7 +541,7 @@ + ## copy tests to builddir so that generated tests and static tests + ## are all in one place. + all-local: copy-config-local uninstalled-config-local +- $(AM_V_at)$(MKDIR_P) -m700 XDG_RUNTIME_DIR ++ $(AM_V_at)$(MKDIR_P) -m 700 XDG_RUNTIME_DIR + + copy-config-local: + $(AM_V_at)$(MKDIR_P) data/valid-config-files/session.d diff --git a/patches/dbus_host-1.11.20.local.patch b/patches/dbus_host-1.11.20.local.patch new file mode 100644 index 00000000..9b5644ca --- /dev/null +++ b/patches/dbus_host-1.11.20.local.patch @@ -0,0 +1,11 @@ +--- dbus-1.11.20/test/Makefile.am.orig 2017-09-25 16:00:11.000000000 +0000 ++++ dbus-1.11.20/test/Makefile.am 2018-10-14 20:14:12.616000000 +0000 +@@ -541,7 +541,7 @@ + ## copy tests to builddir so that generated tests and static tests + ## are all in one place. + all-local: copy-config-local uninstalled-config-local +- $(AM_V_at)$(MKDIR_P) -m700 XDG_RUNTIME_DIR ++ $(AM_V_at)$(MKDIR_P) -m 700 XDG_RUNTIME_DIR + + copy-config-local: + $(AM_V_at)$(MKDIR_P) data/valid-config-files/session.d |