Lines 536-545
Link Here
|
536 |
# Install profile scripts |
536 |
# Install profile scripts |
537 |
insinto /etc/profile.d |
537 |
insinto /etc/profile.d |
538 |
doins ${S}/hw/xprint/etc/profile.d/xprint* |
538 |
doins ${S}/hw/xprint/etc/profile.d/xprint* |
539 |
insinto /etc/X11/xinit/xinitrc.d |
539 |
exeinto /etc/X11/xinit/xinitrc.d |
540 |
doins ${S}/hw/xprint/etc/Xsession.d/92xprint-xpserverlist |
540 |
doexe ${S}/hw/xprint/etc/Xsession.d/92xprint-xpserverlist |
541 |
# Patch profile scripts |
541 |
# Patch profile scripts |
542 |
sed -e "s:/bin/sh.*get_xpserverlist:/usr/$(get_libdir)/misc/xprint \ |
542 |
sed -e "s:/etc/init.*get_xpserverlist:/usr/$(get_libdir)/misc/xprint \ |
543 |
get_xpserverlist:g" -i ${D}/etc/profile.d/xprint* \ |
543 |
get_xpserverlist:g" -i ${D}/etc/profile.d/xprint* \ |
544 |
${D}/etc/X11/xinit/xinitrc.d/92xprint-xpserverlist |
544 |
${D}/etc/X11/xinit/xinitrc.d/92xprint-xpserverlist |
545 |
# Move profile scripts, we can't touch /etc/profile.d/ in Gentoo |
545 |
# Move profile scripts, we can't touch /etc/profile.d/ in Gentoo |