Changeset 714 in MondoRescue


Ignore:
Timestamp:
Jul 24, 2006, 12:56:50 AM (18 years ago)
Author:
bcornec
Message:

Guess what ;-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/mondo/Makefile.am

    r713 r714  
    33
    44pkgdata_DATA   = do-not-compress-these
     5scriptdir      = $(pkgdatadir)
    56script_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.