- Timestamp:
- Jul 24, 2006, 12:56:50 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/mondo/Makefile.am
r713 r714 3 3 4 4 pkgdata_DATA = do-not-compress-these 5 scriptdir = $(pkgdatadir) 5 6 script_DATA = autorun 7 8 install-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.