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

add unit cell to molvisviewer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/examples/zoo/structure/Makefile.in

    r1082 r1948  
    3131
    3232install:
    33         $(MKDIR_P) $(destdir)
     33        $(MKDIR_P) -m 0755 $(destdir)
    3434        for i in $(FILES) ; do \
    35           $(INSTALL) -m 444  $$i $(destdir) ; \
     35          $(INSTALL) -m 0444  $$i $(destdir) ; \
    3636        done
    3737        $(MAKE) -C examples install
Note: See TracChangeset for help on using the changeset viewer.