From: Pascal Stumpf Date: Mon, 22 Jul 2013 19:59:15 +0000 (+0200) Subject: Xreset.src: Do not hardcode /usr/dt. X-Git-Tag: 2.2.1~49 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5153c43c502752ca3f3f872839362f5016eca744;p=oweals%2Fcde.git Xreset.src: Do not hardcode /usr/dt. --- diff --git a/cde/programs/dtlogin/config/Xreset.src b/cde/programs/dtlogin/config/Xreset.src index d2387984..3665476c 100644 --- a/cde/programs/dtlogin/config/Xreset.src +++ b/cde/programs/dtlogin/config/Xreset.src @@ -40,9 +40,9 @@ XCOMM XCOMM Update action types for any printers created during the session XCOMM -if [ -x /usr/dt/bin/dtprintinfo ] +if [ -x CDE_INSTALLATION_TOP/bin/dtprintinfo ] then - /usr/dt/bin/dtprintinfo -populate + CDE_INSTALLATION_TOP/bin/dtprintinfo -populate fi XCOMM