IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8898


Ignore:
Timestamp:
Sep 22, 2006, 4:14:03 PM (20 years ago)
Author:
jhoblitt
Message:

mv contents of etc/pslib -> etc
remove pointless etc/pslib dir
use automake _DATA magic to properly create the config dir and install pslib.config

Location:
trunk/psLib
Files:
1 added
3 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r8876 r8898  
    413413  test/pstap/Makefile
    414414  test/pstap/src/Makefile
    415   etc/pslib/Makefile
    416415  etc/Makefile
    417416  pslib-config
  • trunk/psLib/etc

    • Property svn:ignore
      •  

        old new  
        44*.bbg
        55*.da
         6pslib.config
  • trunk/psLib/etc/.cvsignore

    r7985 r8898  
    44*.bbg
    55*.da
     6pslib.config
  • trunk/psLib/etc/Makefile.am

    r3191 r8898  
    1 SUBDIRS = pslib
     1BUILT_SOURCES = pslib.config
     2EXTRA_DIST = pslib.config.template
    23
     4# this is done instead of using autoconf to delay the expansion of datadir
     5# until --prefix is known
     6pslib.config: pslib.config.template
     7        $(PERL) -pe 's|DATADIR|$(datadir)|' $? > $@
     8
     9pslibconfdir = $(sysconfdir)/@PACKAGE_NAME@
     10pslibconf_DATA = pslib.config
     11
     12install-data-hook:
     13        chmod 0755 $(pslibconfdir)
     14
Note: See TracChangeset for help on using the changeset viewer.