components/bash/Makefile
changeset 122 0ea89372af96
parent 110 77641682ba6f
child 181 87e11e685b1f
equal deleted inserted replaced
121:9fa779e01c00 122:0ea89372af96
   126 	    $(PROTO_DIR)/etc/bash/bashrc.example ; \
   126 	    $(PROTO_DIR)/etc/bash/bashrc.example ; \
   127 	    cp -p $(COMPONENT_DIR)/Solaris/etc.bash.inputrc \
   127 	    cp -p $(COMPONENT_DIR)/Solaris/etc.bash.inputrc \
   128 	    $(PROTO_DIR)/etc/bash/inputrc.example ; \
   128 	    $(PROTO_DIR)/etc/bash/inputrc.example ; \
   129 	    cp -p $(COMPONENT_DIR)/Solaris/rbash.1 \
   129 	    cp -p $(COMPONENT_DIR)/Solaris/rbash.1 \
   130 	    $(PROTOUSRSHAREMAN1DIR)/ )
   130 	    $(PROTOUSRSHAREMAN1DIR)/ )
       
   131 	( mkdir -p $(PROTO_DIR)/etc/skel ; \
       
   132 	    cp -p $(COMPONENT_DIR)/Solaris/etc.skel.bashrc \
       
   133 	    $(PROTO_DIR)/etc/skel/.bashrc )
   131 	( cd $(PROTOUSRSHAREDIR)/locale ; \
   134 	( cd $(PROTOUSRSHAREDIR)/locale ; \
   132 	    cp -Rp "en@boldquot" en ; \
   135 	    cp -Rp "en@boldquot" en ; \
   133 	    cp -Rp "en@boldquot" en_CA ; \
   136 	    cp -Rp "en@boldquot" en_CA ; \
   134 	    cp -Rp "en@boldquot" en_GB )
   137 	    cp -Rp "en@boldquot" en_GB )
   135 	sed -f oracleman-stability $(PROTOUSRSHAREMAN1DIR)/bash.1 > \
   138 	sed -f oracleman-stability $(PROTOUSRSHAREMAN1DIR)/bash.1 > \