Magellan Linux

Diff of /trunk/extras/slim/slim-1.3.6-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 19740 by niro, Wed Oct 16 17:52:07 2013 UTC revision 19741 by niro, Wed Oct 16 18:02:31 2013 UTC
# Line 60  src_prepare() Line 60  src_prepare()
60   mpatch ${PNAME}-${PVER}-add-sessiondir.patch || die   mpatch ${PNAME}-${PVER}-add-sessiondir.patch || die
61    
62   # fix location of systemd services and libslim   # fix location of systemd services and libslim
63   sed -i -e "s:set(LIBDIR \"/lib\"):set(LIBDIR \"/usr/$(mlibdir)\"):" \   sed -i -e 's:set(LIBDIR "/lib"):set(LIBDIR "/usr/lib"):' \
64   -e "s:slim.service DESTINATION \${LIBDIR}/systemd/system:slim.service DESTINATION $(mget-systemd-unit-dir):" \   -e "s:LIBRARY DESTINATION lib:LIBRARY DESTINATION lib64:" \
65     -e "s:ARCHIVE DESTINATION lib:ARCHIVE DESTINATION lib64:" \
66   CMakeLists.txt || die   CMakeLists.txt || die
67    
68   # rename sim.lock to sim.pid and enable daemon mode by default   # rename sim.lock to sim.pid and enable daemon mode by default

Legend:
Removed from v.19740  
changed lines
  Added in v.19741