Preserve $HOME in %post?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

I noticed that $HOME becomes /tmp when I use it in the %post section of
my ks file. Is there a way to preserve "$HOME"? What happens now is
something like this:

cat <<EOF >>/home/test/.rpmmacros
%_topdir %(echo $HOME)/redhat
EOF
chown test.test /home/test/.rpmmacros

After the install & reboot I see:
$ cat /home/test/.rpmmacros
%_topdir %(echo /tmp)/redhat

And I would like it to say:
%_topdir %(echo $HOME)/redhat

Thanks for any suggestions.

Regards,
Patrick


[Index of Archives]     [Red Hat General]     [CentOS Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux