diff options
author | CoprDistGit <infra@openeuler.org> | 2024-11-21 05:43:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-11-21 05:43:17 +0000 |
commit | b1e2f72181a89e898471203e156858677f3256d5 (patch) | |
tree | 0c6d5069466232774d26ee2bfd06c60b74eb5f38 /libmtp-1.1.22-udev-dir.patch | |
parent | f7f723af70477db521fc7d07bf8a7e18f942b6e2 (diff) |
automatic import of libmtpopeneuler24.03_LTS
Diffstat (limited to 'libmtp-1.1.22-udev-dir.patch')
-rw-r--r-- | libmtp-1.1.22-udev-dir.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libmtp-1.1.22-udev-dir.patch b/libmtp-1.1.22-udev-dir.patch new file mode 100644 index 0000000..c9ebdc1 --- /dev/null +++ b/libmtp-1.1.22-udev-dir.patch @@ -0,0 +1,22 @@ +--- libmtp-1.1.22/configure.ac.orig 2024-11-21 13:40:06.141593556 +0800 ++++ libmtp-1.1.22/configure.ac 2024-11-21 13:40:46.790162108 +0800 +@@ -39,8 +39,8 @@ + hwdbdir=$(TARGET_UDEV)/hwdb.d + endif + else +- udevrulesdir=$(libdir)/udev/rules.d +- hwdbdir=$(libdir)/udev/hwdb.d ++ udevrulesdir=$(UDEV)/rules.d ++ hwdbdir=$(UDEV)/hwdb.d + endif + ' + AC_SUBST([UDEVdata_SNIPPET]) +@@ -52,7 +52,7 @@ + mtp_probedir=$(TARGET_UDEV) + endif + else +- mtp_probedir=$(libdir)/udev ++ mtp_probedir=$(UDEV) + endif + ' + AC_SUBST([UDEVbin_SNIPPET]) |