GNUmakefile: Install $HOME .bashrc on Linux and BSD
This commit is contained in:
parent
0a365ae4e8
commit
4e34814138
1 changed files with 3 additions and 0 deletions
|
|
@ -36,6 +36,9 @@ profileds: $(PROFILEDS)
|
||||||
$(HOME)/.profile: $(PROFILE)
|
$(HOME)/.profile: $(PROFILE)
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
|
||||||
|
$(HOME)/.bashrc: .bashrc
|
||||||
|
cp $< $@
|
||||||
|
|
||||||
/opt/local/etc/bashrc: .bashrc
|
/opt/local/etc/bashrc: .bashrc
|
||||||
sudo cp $< $@
|
sudo cp $< $@
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue