mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-18 22:22:36 +02:00
2019-01-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed a path bug in the Console Helper configuration that broke startup of rdalsaconfig(8) and rddbconfig(8) from the desktop menu when using default --prefix= value.
This commit is contained in:
parent
c7c5e6727e
commit
6e45c0b624
2
.gitignore
vendored
2
.gitignore
vendored
@ -155,5 +155,7 @@ utils/rdselect_helper/rdprofile.h
|
||||
utils/rdselect_helper/rdselect_helper
|
||||
utils/sas_shim/sas_shim
|
||||
web/rdfeed/rdfeed.xml
|
||||
xdg/rdalsaconfig-root-consolehelper
|
||||
xdg/rddbconfig-root-consolehelper
|
||||
xdg/rivendell-opsguide-html.desktop
|
||||
xdg/rivendell-opsguide-pdf.desktop
|
||||
|
@ -18406,3 +18406,7 @@
|
||||
2019-01-17 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in rdrender(1) that caused corruption when printing
|
||||
UTF-8 characters.
|
||||
2019-01-18 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a path bug in the Console Helper configuration that broke
|
||||
startup of rdalsaconfig(8) and rddbconfig(8) from the desktop
|
||||
menu when using default --prefix= value.
|
||||
|
@ -551,6 +551,8 @@ AC_CONFIG_FILES([rivendell.spec \
|
||||
utils/rmlsend/Makefile \
|
||||
utils/sas_shim/Makefile \
|
||||
xdg/Makefile \
|
||||
xdg/rdalsaconfig-root-consolehelper \
|
||||
xdg/rddbconfig-root-consolehelper \
|
||||
])
|
||||
AC_OUTPUT()
|
||||
|
||||
|
@ -67,9 +67,9 @@ uninstall-local:
|
||||
rm -f $(DESTDIR)/etc/security/console.apps/rddbconfig-root
|
||||
rm -f $(DESTDIR)$(prefix)/bin/rddbconfig-root
|
||||
|
||||
EXTRA_DIST = rdalsaconfig-root-consolehelper\
|
||||
EXTRA_DIST = rdalsaconfig-root-consolehelper.in\
|
||||
rdalsaconfig-root-pam\
|
||||
rddbconfig-root-consolehelper\
|
||||
rddbconfig-root-consolehelper.in\
|
||||
rddbconfig-root-pam\
|
||||
rivendell-configuration.directory\
|
||||
rivendell-documentation.directory\
|
||||
@ -99,6 +99,7 @@ EXTRA_DIST = rdalsaconfig-root-consolehelper\
|
||||
rivendell-utilities.directory
|
||||
|
||||
CLEANFILES = *~
|
||||
|
||||
DISTCLEANFILES = rdalsaconfig-root-consolehelper\
|
||||
rddbconfig-root-consolehelper
|
||||
MAINTAINERCLEANFILES = *~\
|
||||
Makefile.in
|
||||
|
@ -1,3 +0,0 @@
|
||||
USER=root
|
||||
PROGRAM=/usr/bin/rdalsaconfig
|
||||
SESSION=true
|
3
xdg/rdalsaconfig-root-consolehelper.in
Normal file
3
xdg/rdalsaconfig-root-consolehelper.in
Normal file
@ -0,0 +1,3 @@
|
||||
USER=root
|
||||
PROGRAM=@prefix@/bin/rdalsaconfig
|
||||
SESSION=true
|
@ -1,3 +0,0 @@
|
||||
USER=root
|
||||
PROGRAM=/usr/bin/rddbconfig
|
||||
SESSION=true
|
3
xdg/rddbconfig-root-consolehelper.in
Normal file
3
xdg/rddbconfig-root-consolehelper.in
Normal file
@ -0,0 +1,3 @@
|
||||
USER=root
|
||||
PROGRAM=@prefix@/bin/rddbconfig
|
||||
SESSION=true
|
Loading…
x
Reference in New Issue
Block a user