IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9361


Ignore:
Timestamp:
Oct 6, 2006, 10:29:00 AM (20 years ago)
Author:
eugene
Message:

fixed help install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/Makefile.Common

    r6684 r9361  
    3838        rm -f $(HOME)/$*/help/*~
    3939        rm -f $(HOME)/$*/help/#*
    40         for i in `find $(HOME)/$*/help -type f -maxdepth 1`; do cp -f $$i $(DESTHLP); done
     40        for i in `find $(HOME)/$*/help -maxdepth 1 -type f`; do cp -f $$i $(DESTHLP); done
    4141%.clean:
    4242        rm -f $(BIN)/$*.$(ARCH)
Note: See TracChangeset for help on using the changeset viewer.