comparison binary-dist-rules.mk @ 4028:8803dfa40236

nsis installer: set directory to userprofile on startof octave from installer (Bug #45899) * installer-files/octave-firsttime.vbs: new file * binary-dist-rules.mk: copy octave-firsttime.vbs to disy folder * dist-files.mk: add installer-files/octave-firsttime.vbs * makeinst-script.sh: install and then run octave-firsttime.vbs if the run checkbox is selected at end of install.
author John Donoghue
date Wed, 16 Sep 2015 07:51:27 -0400
parents 9d402d735dd1
children 0962acdde3be
comparison
equal deleted inserted replaced
4027:c8c394328c54 4028:8803dfa40236
75 echo " refblas..." 75 echo " refblas..."
76 cp $(OCTAVE_DIST_DIR)/bin/libblas.dll $(OCTAVE_DIST_DIR)/bin/librefblas.dll 76 cp $(OCTAVE_DIST_DIR)/bin/libblas.dll $(OCTAVE_DIST_DIR)/bin/librefblas.dll
77 echo " octave.bat..." 77 echo " octave.bat..."
78 cp $(TOP_DIR)/installer-files/octave.bat $(OCTAVE_DIST_DIR)/ 78 cp $(TOP_DIR)/installer-files/octave.bat $(OCTAVE_DIST_DIR)/
79 cp $(TOP_DIR)/installer-files/octave.vbs $(OCTAVE_DIST_DIR)/ 79 cp $(TOP_DIR)/installer-files/octave.vbs $(OCTAVE_DIST_DIR)/
80 cp $(TOP_DIR)/installer-files/octave-firsttime.vbs $(OCTAVE_DIST_DIR)/
80 echo " updating libtool references..." 81 echo " updating libtool references..."
81 find '$(OCTAVE_DIST_DIR)/' -type f -name "*.la" \ 82 find '$(OCTAVE_DIST_DIR)/' -type f -name "*.la" \
82 -exec $(SED) -i 's|$(HOST_PREFIX)|/usr|g;s|$(BUILD_TOOLS_PREFIX)|/usr|g' {} \; ; 83 -exec $(SED) -i 's|$(HOST_PREFIX)|/usr|g;s|$(BUILD_TOOLS_PREFIX)|/usr|g' {} \; ;
83 echo " updating pkg-config .pc references..." 84 echo " updating pkg-config .pc references..."
84 find '$(OCTAVE_DIST_DIR)/lib/pkgconfig' -type f -name "*.pc" \ 85 find '$(OCTAVE_DIST_DIR)/lib/pkgconfig' -type f -name "*.pc" \