Magellan Linux

Diff of /branches/magellan-next/core/xinit/xinit-1.2.1-r2.smage2

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

revision 6490 by niro, Wed Aug 25 22:00:02 2010 UTC revision 6491 by niro, Wed Aug 25 22:11:21 2010 UTC
# Line 46  src_prepare() Line 46  src_prepare()
46    
47   # use a black background   # use a black background
48   mpatch ${PNAME}-1.0.9-black-bg.patch || die   mpatch ${PNAME}-1.0.9-black-bg.patch || die
49    }
50    
51   # fix xinit config dir  src_compile()
52   sed -i "s:^XINITDIR.*:XINITDIR = \$(sysconfdir)/X11/xinit:g" Makefile.am || die  {
53   autoreconf -v --force --install || die   xorg_src_configure --with-xinitdir=/etc/X11/xinit || die
54     mmake || die
55  }  }
56    
57  src_install()  src_install()

Legend:
Removed from v.6490  
changed lines
  Added in v.6491