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/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 = \
Note: See TracChangeset for help on using the changeset viewer.