source: MondoRescue/branches/stable/mondo/mondo/Makefile.am@ 714

Last change on this file since 714 was 714, checked in by bcornec, 18 years ago

Guess what ;-)

  • Property svn:keywords set to Id
File size: 303 bytes
RevLine 
[423]1SUBDIRS = common mondoarchive mondorestore restore-scripts post-nuke.sample
2DIST_SUBDIRS = ${SUBDIRS}
[4]3
[713]4pkgdata_DATA = do-not-compress-these
[714]5scriptdir = $(pkgdatadir)
[713]6script_DATA = autorun
[714]7
8install-data-hook:
9 @for prog in $(script_DATA); do \
10 chmod +x $(scriptdir)/$$prog; \
11 done
Note: See TracBrowser for help on using the repository browser.