Changeset 761 in MondoRescue for branches/stable/mondo/mondo/Makefile.am


Ignore:
Timestamp:
Aug 7, 2006, 10:36:12 AM (18 years ago)
Author:
Bruno Cornec
Message:
  • spec file should not use TAG for Source file name anymore
  • Fix a URL problem for gentoo packages
  • Fix autorun installation and mode (bug found by SuSE)
File:
1 edited

Legend:

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

    r714 r761  
    44pkgdata_DATA   = do-not-compress-these
    55scriptdir      = $(pkgdatadir)
    6 script_DATA    = autorun
    7 
    8 install-data-hook:
    9     @for prog in $(script_DATA); do \
    10       chmod +x $(scriptdir)/$$prog; \
    11     done
     6script_SCRIPTS    = autorun
Note: See TracChangeset for help on using the changeset viewer.