Changeset 729 in MondoRescue for trunk/mondo/mondo/Makefile.am


Ignore:
Timestamp:
Jul 30, 2006, 4:06:39 PM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r686:728 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/Makefile.am

    r426 r729  
    22DIST_SUBDIRS   = ${SUBDIRS}
    33
    4 pkgdata_DATA   = do-not-compress-these autorun
     4pkgdata_DATA   = do-not-compress-these
     5scriptdir      = $(pkgdatadir)
     6script_DATA    = autorun
     7
     8install-data-hook:
     9    @for prog in $(script_DATA); do \
     10      chmod +x $(scriptdir)/$$prog; \
     11    done
Note: See TracChangeset for help on using the changeset viewer.