Ignore:
Timestamp:
Nov 15, 2010, 12:52:59 PM (14 years ago)
Author:
gah
Message:

add unit cell to molvisviewer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/gui/scripts/Makefile.in

    r1923 r1948  
    138138
    139139install_scripts:
    140         $(MKDIR_P) $(destdir)
     140        $(MKDIR_P) -m 0755 $(destdir)
    141141        @for i in $(FILES); do \
    142142            echo "Installing $$i" ; \
    143             $(INSTALL) -m 444 $$i $(destdir) ; \
     143            $(INSTALL) -m 0444 $$i $(destdir) ; \
    144144        done
    145         $(INSTALL) -m 444 tclIndex $(destdir)
     145        $(INSTALL) -m 0444 tclIndex $(destdir)
    146146
    147147install_images:
    148         $(MKDIR_P) $(destdir)/images
     148        $(MKDIR_P) -m 0755 $(destdir)/images
    149149        @for i in $(srcdir)/images/*.gif $(srcdir)/images/*.png $(srcdir)/images/*.xbm; do \
    150150            echo "Installing $$i" ; \
    151             $(INSTALL) -m 444 $$i $(destdir)/images ; \
     151            $(INSTALL) -m 0444 $$i $(destdir)/images ; \
    152152        done
    153153
Note: See TracChangeset for help on using the changeset viewer.