From 8eb22b0cef919113c3086bd63e7f7c886b128813f6f25b3a7906aaf70c8a04d6 Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Thu, 22 Apr 2021 13:52:06 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=87 --- gnuhealth.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnuhealth.spec b/gnuhealth.spec index c47cf12..8561863 100644 --- a/gnuhealth.spec +++ b/gnuhealth.spec @@ -156,9 +156,9 @@ rmdir backend #Write environment changes to /etc/bash.bashrc.local cat > /etc/bash.bashrc.local << "EOF" alias cdlogs='cd /var/log/tryton' -alias cdexe='cd $(rpm --eval '%python3_sitelib')/site-packages/trytond' +alias cdexe='cd %python3_sitelib/trytond' alias cdconf='cd /etc/tryton' -alias cdmods='cd $(rpm --eval '%python3_sitelib')/site-packages/trytond/modules' +alias cdmods='cd %python3_sitelib/trytond/modules' alias editconf='${EDITOR} /etc/tryton/trytond.conf' alias cdutil='cd /usr/bin' export EDITOR=nano