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/packages/vizservers/nanovis/Makefile.in

    r1933 r1948  
    272272
    273273install-resources:
    274         $(MKDIR_P) $(libdir)/resources
     274        $(MKDIR_P) -m 0755 $(libdir)/resources
    275275        @for i in $(resources) ; do \
    276276            echo "installing $$i..." ; \
     
    279279
    280280install-shaders:
    281         $(MKDIR_P) $(libdir)/shaders
     281        $(MKDIR_P) -m 0755 $(libdir)/shaders
    282282        @for i in $(shaders) ; do \
    283283            echo "installing $$i..." ; \
Note: See TracChangeset for help on using the changeset viewer.