| 36 |
|
cp raddepend.csh $(INSTDIR)/raddepend |
| 37 |
|
cp ivprep.csh $(INSTDIR)/ivprep |
| 38 |
|
cp ivpict.csh $(INSTDIR)/ivpict |
| 39 |
< |
sed "s|^set radlib .*|set radlib $(LIBDIR)/tcl|" trad.wsh > $(INSTDIR)/trad |
| 39 |
> |
sed -e "1s|/usr/local/bin/wish|`which wish`|" \ |
| 40 |
> |
-e "s|^set radlib .*|set radlib $(LIBDIR)/tcl|" \ |
| 41 |
> |
trad.wsh > $(INSTDIR)/trad |
| 42 |
|
chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict \ |
| 43 |
|
$(INSTDIR)/glare $(INSTDIR)/dayfact $(INSTDIR)/debugcal \ |
| 44 |
|
$(INSTDIR)/rlux $(INSTDIR)/raddepend $(INSTDIR)/ivprep \ |