IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 15, 2005, 10:29:17 AM (21 years ago)
Author:
desonia
Message:

fixed install to make the share/pslib and etc/pslib directories as needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/Makefile.am

    r3218 r3227  
    1111        $(DOXYGEN)
    1212
    13 install-data-hook:
    14         $(INSTALL) $(srcdir)/share/pslib/* $(datadir)/pslib
     13$(datadir)/pslib:
     14        mkdir -p $(datadir)/pslib
     15
     16install-data-hook: $(datadir)/pslib
     17        $(INSTALL) $(srcdir)/share/pslib/*.dat $(datadir)/pslib
Note: See TracChangeset for help on using the changeset viewer.