mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2021-06-17 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in the build system that caused consolehelper(8) components to be installed incorrectly on RHEL. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -21916,3 +21916,6 @@
|
|||||||
* Fixed a spelling typo in 'configure.ac'.
|
* Fixed a spelling typo in 'configure.ac'.
|
||||||
2021-06-17 Daniel Bair <daniel@danielbair.com>
|
2021-06-17 Daniel Bair <daniel@danielbair.com>
|
||||||
* Update to support system dark themes 'rdairplay/loglinebox.cpp'.
|
* Update to support system dark themes 'rdairplay/loglinebox.cpp'.
|
||||||
|
2021-06-17 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a regression in the build system that caused
|
||||||
|
consolehelper(8) components to be installed incorrectly on RHEL.
|
||||||
|
|||||||
@@ -20,9 +20,14 @@
|
|||||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if test "$#" -eq 3 ; then
|
||||||
ACTION=$1
|
ACTION=$1
|
||||||
DESTDIR=$2
|
DESTDIR=$2
|
||||||
PREFIX=$3
|
PREFIX=$3
|
||||||
|
else
|
||||||
|
ACTION=$1
|
||||||
|
PREFIX=$2
|
||||||
|
fi
|
||||||
|
|
||||||
if test "@HAVE_USERMODE@" != "yes" ; then
|
if test "@HAVE_USERMODE@" != "yes" ; then
|
||||||
exit 0
|
exit 0
|
||||||
@@ -35,6 +40,7 @@ if test "$ACTION" = "install" ; then
|
|||||||
mkdir -p $DESTDIR/etc/security/console.apps
|
mkdir -p $DESTDIR/etc/security/console.apps
|
||||||
cp rdalsaconfig-root-consolehelper $DESTDIR/etc/security/console.apps/rdalsaconfig-root
|
cp rdalsaconfig-root-consolehelper $DESTDIR/etc/security/console.apps/rdalsaconfig-root
|
||||||
cp rddbconfig-root-consolehelper $DESTDIR/etc/security/console.apps/rddbconfig-root
|
cp rddbconfig-root-consolehelper $DESTDIR/etc/security/console.apps/rddbconfig-root
|
||||||
|
mkdir -p $DESTDIR$PREFIX/bin
|
||||||
rm -f $DESTDIR$PREFIX/bin/rdalsaconfig-root
|
rm -f $DESTDIR$PREFIX/bin/rdalsaconfig-root
|
||||||
ln -s /usr/bin/consolehelper $DESTDIR$PREFIX/bin/rdalsaconfig-root
|
ln -s /usr/bin/consolehelper $DESTDIR$PREFIX/bin/rdalsaconfig-root
|
||||||
rm -f $DESTDIR$PREFIX/bin/rddbconfig-root
|
rm -f $DESTDIR$PREFIX/bin/rddbconfig-root
|
||||||
@@ -44,8 +50,9 @@ fi
|
|||||||
if test "$ACTION" = "uninstall" ; then
|
if test "$ACTION" = "uninstall" ; then
|
||||||
rm -f $DESTDIR/etc/pam.d/rdalsaconfig-root
|
rm -f $DESTDIR/etc/pam.d/rdalsaconfig-root
|
||||||
rm -f $DESTDIR/etc/security/console.apps/rdalsaconfig-root
|
rm -f $DESTDIR/etc/security/console.apps/rdalsaconfig-root
|
||||||
rm -f $DESTDIR$prefix/bin/rdalsaconfig-root
|
rm -f $DESTDIR$PREFIX/bin/rdalsaconfig-root
|
||||||
rm -f $DESTDIR/etc/pam.d/rddbconfig-root
|
rm -f $DESTDIR/etc/pam.d/rddbconfig-root
|
||||||
rm -f $DESTDIR/etc/security/console.apps/rddbconfig-root
|
rm -f $DESTDIR/etc/security/console.apps/rddbconfig-root
|
||||||
|
rm -f $DESTDIR$PREFIX/bin/rddbconfig-root
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user