IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5972


Ignore:
Timestamp:
Jan 12, 2006, 12:30:34 PM (21 years ago)
Author:
jhoblitt
Message:

fix datadir permissions

Location:
trunk/glueforge
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/Makefile.am

    r5964 r5972  
    1717   examples/complex.md
    1818
    19 exampledir = $(datadir)/@PACKAGE_NAME@/examples
     19glueforgedatadir = $(datadir)/@PACKAGE_NAME@
     20exampledir = $(glueforgedatadir)/examples
    2021example_DATA = $(example_files)
     22
     23install-data-local:
     24        chmod 0755 $(glueforgedatadir) $(exampledir)
    2125
    2226man_MANS = \
  • trunk/glueforge/templates/psdb/Makefile.am

    r5888 r5972  
    7272    top_makefile_am.tt
    7373
    74 psdbtemplatedir = $(datadir)/@PACKAGE_NAME@/templates/psdb
     74templatedir = $(datadir)/@PACKAGE_NAME@/templates
     75psdbtemplatedir = $(templatedir)/psdb
    7576psdbtemplate_DATA = $(template_files)
     77
     78install-data-hook:
     79        chmod 0755 $(templatedir) $(psdbtemplatedir)
     80
    7681EXTRA_DIST = $(template_files)
Note: See TracChangeset for help on using the changeset viewer.