]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
ulibc: Make the /usr/lib substitution less greedy.
authorPer Øyvind Karlsen <peroyvind@mandriva.org>
Wed, 9 Dec 2009 06:43:32 +0000 (06:43 +0000)
committerRay Strode <rstrode@redhat.com>
Wed, 21 Mar 2012 14:35:30 +0000 (10:35 -0400)
src/libply/Makefile.am

index 50b4d069eec549ad76540f8883a5e59e8c048a64..302e47d19892b51205d1fe98d43bea2e9e6fe12b 100644 (file)
@@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)                                                    \
            -DPLYMOUTH_TIME_DIRECTORY=\"$(localstatedir)/lib/plymouth/\"       
 
 if WITH_SYSTEM_ROOT_INSTALL
-librarydir = $(libdir:/usr%=%)
+librarydir = $(subst /usr/lib,/lib,$(libdir))
 else
 librarydir = $(libdir)
 endif