mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-25 23:00:21 +01:00
2014-08-14 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'Makefile.am' that broke the 'make install' rule when using DESTDIR. * Fixed a bug in 'icons/Makefile.am' that broke the 'make install' rule when using DESTDIR. * Fixed a bug in 'rlm/Makefile.am' that broke the 'make install' rule when using DESTDIR. * Fixed a bug in 'scripts/Makefile.am' that broke the 'make install' rule when using DESTDIR. * Fixed a bug in 'xdg/Makefile.am' that broke the 'make install' rule when using DESTDIR. * Fixed a bug in 'rdselect/Makefile.am' that broke the 'make install' rule when using DESTDIR. * Fixed a bug in 'web/rdxport/Makefile.am' that broke the 'make install' rule when using DESTDIR. * Fixed a bug in 'configure.ac' that cause an incorrect VERSION string to be generated.
This commit is contained in:
@@ -23,19 +23,22 @@
|
||||
#
|
||||
|
||||
if test ! -f ./building-debian ; then
|
||||
mkdir -p /etc/init.d
|
||||
cp rivendell /etc/init.d/rivendell
|
||||
cp rdrepld-suse /etc/init.d/rdrepld
|
||||
mkdir -p /etc/sysconfig
|
||||
cp rivendell.sys /etc/sysconfig/rivendell
|
||||
mkdir -p /var/run/rivendell
|
||||
chmod 777 /var/run/rivendell
|
||||
ldconfig
|
||||
mkdir -p $2/etc/init.d
|
||||
cp rivendell $2/etc/init.d/rivendell
|
||||
cp rdrepld-suse $2/etc/init.d/rdrepld
|
||||
mkdir -p $2/etc/sysconfig
|
||||
cp rivendell.sys $2/etc/sysconfig/rivendell
|
||||
mkdir -p $2/var/run/rivendell
|
||||
if test -z $2 ; then
|
||||
chmod 777 /var/run/rivendell
|
||||
ldconfig
|
||||
fi
|
||||
fi
|
||||
|
||||
chmod 4755 $1/bin/caed
|
||||
chmod 4755 $1/bin/ripcd
|
||||
chmod 4755 $1/bin/rdcatchd
|
||||
|
||||
if test -z $2 ; then
|
||||
chmod 4755 $1/bin/caed
|
||||
chmod 4755 $1/bin/ripcd
|
||||
chmod 4755 $1/bin/rdcatchd
|
||||
fi
|
||||
|
||||
# End of install-init.sh
|
||||
|
||||
Reference in New Issue
Block a user