mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user