IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 15, 2005, 3:01:56 PM (21 years ago)
Author:
desonia
Message:

added check so that config/etc is not installed on top of itself.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/Makefile.am

    r3227 r3238  
    1515
    1616install-data-hook: $(datadir)/pslib
    17         $(INSTALL) $(srcdir)/share/pslib/*.dat $(datadir)/pslib
     17        if [ `pwd`/share != $(datadir) ] ; then $(INSTALL) $(srcdir)/share/pslib/*.dat $(datadir)/pslib ; fi
Note: See TracChangeset for help on using the changeset viewer.