GNUmakefile: Install $HOME .bashrc on Linux and BSD

This commit is contained in:
Andrea Rogers 2024-04-05 22:02:13 -05:00
commit 4e34814138

View file

@ -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 $< $@