]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- up to 146 auto/th/udev-146-1 auto/th/udev-146-2 auto/th/udev-147-1 auto/th/udev-147-2 auto/th/udev-149-1 auto/th/udev-149-2 auto/th/udev-150-1 auto/ti/udev-146-1 auto/ti/udev-149-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 15 Aug 2009 20:06:43 +0000 (20:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    udev-so.patch -> 1.1

udev-so.patch [new file with mode: 0644]

diff --git a/udev-so.patch b/udev-so.patch
new file mode 100644 (file)
index 0000000..adf3961
--- /dev/null
@@ -0,0 +1,15 @@
+--- udev-146/Makefile.am~      2009-08-14 14:14:06.000000000 +0200
++++ udev-146/Makefile.am       2009-08-15 20:54:31.651285047 +0200
+@@ -485,8 +485,10 @@
+               mkdir -p $(DESTDIR)$(rootlib_execdir) && \
+               so_img_name=$$(readlink $(DESTDIR)$(libdir)/libudev.so) && \
+               so_img_rel_target_prefix=$$(echo $(libdir) | sed 's,\(^/\|\)[^/][^/]*,..,g') && \
+-              ln -sf $$so_img_rel_target_prefix$(rootlib_execdir)/$$so_img_name $(DESTDIR)$(libdir)/libudev.so && \
+-              mv $(DESTDIR)$(libdir)/libudev.so.* $(DESTDIR)$(rootlib_execdir); \
++              if test "x$$so_img_name" != "x"; then \
++                      ln -sf $$so_img_rel_target_prefix$(rootlib_execdir)/$$so_img_name $(DESTDIR)$(libdir)/libudev.so && \
++                      mv $(DESTDIR)$(libdir)/libudev.so.* $(DESTDIR)$(rootlib_execdir); \
++              fi; true; \
+       fi
+ libudev-uninstall-move-hook:
This page took 0.041103 seconds and 4 git commands to generate.