IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

fix datadir permissions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.