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


Ignore:
Timestamp:
Jul 23, 2006, 6:48:00 PM (18 years ago)
Author:
bcornec
Message:

Try to fix autorun issue
Try to fix version name in changelogs

File:
1 edited

Legend:

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

    r709 r710  
    22DIST_SUBDIRS   = ${SUBDIRS}
    33
    4 pkgdata_DATA   = do-not-compress-these
    5 pkgdata_PROGRAMS   = autorun
     4pkgdata_DATA   = do-not-compress-these autorun
     5
     6all:    all-am chmod
     7
     8chmod:  ${DESTDIR}/${datadir}/autorun
     9    chmod 755 ${DESTDIR}/${datadir}/autorun
Note: See TracChangeset for help on using the changeset viewer.