packages: systemd/udev-so.patch - updated to 183

baggins baggins at pld-linux.org
Mon May 28 11:45:41 CEST 2012


Author: baggins                      Date: Mon May 28 09:45:41 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 183

---- Files affected:
packages/systemd:
   udev-so.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/systemd/udev-so.patch
diff -u packages/systemd/udev-so.patch:1.1 packages/systemd/udev-so.patch:1.2
--- packages/systemd/udev-so.patch:1.1	Sat Aug 15 22:06:43 2009
+++ packages/systemd/udev-so.patch	Mon May 28 11:45:36 2012
@@ -1,14 +1,14 @@
 --- 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) && \
+ 		mkdir -p $(DESTDIR)$(rootlibdir) && \
  		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); \
+-		ln -sf $$so_img_rel_target_prefix$(rootlibdir)/$$so_img_name $(DESTDIR)$(libdir)/libudev.so && \
+-		mv $(DESTDIR)$(libdir)/libudev.so.* $(DESTDIR)$(rootlibdir); \
 +		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); \
++			ln -sf $$so_img_rel_target_prefix$(rootlibdir)/$$so_img_name $(DESTDIR)$(libdir)/libudev.so && \
++			mv $(DESTDIR)$(libdir)/libudev.so.* $(DESTDIR)$(rootlibdir); \
 +		fi; true; \
  	fi
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/systemd/udev-so.patch?r1=1.1&r2=1.2



More information about the pld-cvs-commit mailing list