Results 1 to 2 of 2
hi all
how to write $HOME in spec file...
i would like to install the files in $HOME/one
can you please help me
thank you inadvance...
- 08-17-2007 #1Linux Newbie
- Join Date
- Feb 2007
- Location
- hyderabad, india
- Posts
- 247
writing spec file
hi all
how to write $HOME in spec file...
i would like to install the files in $HOME/one
can you please help me
thank you inadvance"Relationships are built on trust and communication"
- 08-17-2007 #2
Do you want to do this from the command line or a script??
From a script $HOME refers to the current home directory ie the $HOME environmental variable contains the path to the current home.
from command line ~ does the same


Reply With Quote