IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5678


Ignore:
Timestamp:
Dec 5, 2005, 11:16:30 AM (20 years ago)
Author:
desonia
Message:

Bug 601 -- changed ${prefix}/share to ${datadir}.

Location:
trunk/psLib/etc/pslib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/etc/pslib/Makefile.am

    r5512 r5678  
    88
    99pslib.config: pslib.config.template
    10         $(PERL) -pe 's|PREFIX|$(prefix)|' $? > $@
     10        $(PERL) -pe 's|DATADIR|$(datadir)|' $? > $@
    1111
    1212$(sysconfdir)/pslib:
  • trunk/psLib/etc/pslib/pslib.config.template

    r5016 r5678  
    33# psTime settings
    44#
    5 psLib.time.tables.dir STR PREFIX/share/pslib                                            # Directory for time tables
     5psLib.time.tables.dir STR DATADIR/pslib                                                 # Directory for time tables
    66psLib.time.tables.n S32 4                                                               # Number of time tables
    77psLib.time.tables.files STR daily.dat eopc01_1900_2004.dat finals_all.dat tai_utc.dat
     
    2929#
    3030psLib.eoc.precession.table.format STR  %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf
    31 psLib.eoc.precession.table.file.x STR PREFIX/share/pslib/tab5.2a.dat
    32 psLib.eoc.precession.table.file.y STR PREFIX/share/pslib/tab5.2b.dat
    33 psLib.eoc.precession.table.file.s STR PREFIX/share/pslib/tab5.2c.dat
     31psLib.eoc.precession.table.file.x STR DATADIR/pslib/tab5.2a.dat
     32psLib.eoc.precession.table.file.y STR DATADIR/pslib/tab5.2b.dat
     33psLib.eoc.precession.table.file.s STR DATADIR/pslib/tab5.2c.dat
    3434@psLib.eoc.precession.poly.x F64 -16616.99 2004191742.88 -427219.05 -198620.54 -46.05 5.98
    3535@psLib.eoc.precession.poly.y F64 -6950.78 -25381.99 -22407250.99 1842.28 1113.06 0.99
Note: See TracChangeset for help on using the changeset viewer.