Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 94505 | Differences between
and this patch

Collapse All | Expand All

(-)rivendell-1.0.1.old/install-init.sh (-6 / +6 lines)
Lines 23-34 Link Here
23
#
23
#
24
if test ! -f ./building-debian ; then
24
if test ! -f ./building-debian ; then
25
  mkdir -p /etc/init.d
25
  mkdir -p ${DESTDIR}/etc/init.d
26
  cp rivendell /etc/init.d/rivendell
26
  cp rivendell ${DESTDIR}/etc/init.d/rivendell
27
  mkdir -p /etc/sysconfig
27
  mkdir -p ${DESTDIR}/etc/sysconfig
28
  cp rivendell.sys /etc/sysconfig/rivendell
28
  cp rivendell.sys ${DESTDIR}/etc/sysconfig/rivendell
29
  mkdir -p /var/run/rivendell
29
  mkdir -p ${DESTDIR}/var/run/rivendell
30
  chmod 777 /var/run/rivendell
30
  chmod 777 ${DESTDIR}/var/run/rivendell
31
  ldconfig
31
  ldconfig
32
fi
32
fi

Return to bug 94505