Changeset 247 in MondoRescue


Ignore:
Timestamp:
Dec 20, 2005, 1:24:03 PM (18 years ago)
Author:
bcornec
Message:
  • fix automake bug for post-nuke.example (creation of the Makefile.am)
  • fix sles9 build for mondo (remove of extra doc)
Location:
branches/2.05/mondo
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.05/mondo/configure.in

    r237 r247  
    173173AC_SUBST(my_kde_libraries)
    174174
    175 AC_OUTPUT([Makefile mondo/Makefile mondo/common/Makefile mondo/mondoarchive/Makefile mondo/mondorestore/Makefile mondo/docs/Makefile mondo/docs/en/Makefile mondo/docs/en/1.6x-howto/Makefile mondo/restore-scripts/Makefile mondo/restore-scripts/mondo/Makefile mondo/restore-scripts/usr/Makefile mondo/restore-scripts/usr/bin/Makefile mondo/xmondo/Makefile])
     175AC_OUTPUT([Makefile mondo/Makefile mondo/common/Makefile mondo/mondoarchive/Makefile mondo/mondorestore/Makefile mondo/docs/Makefile mondo/docs/en/Makefile mondo/docs/en/1.6x-howto/Makefile mondo/restore-scripts/Makefile mondo/restore-scripts/mondo/Makefile mondo/restore-scripts/usr/Makefile mondo/restore-scripts/usr/bin/Makefile mondo/xmondo/Makefile mondo/post-nuke.sample/Makefile mondo/post-nuke.sample/usr/Makefile mondo/post-nuke.sample/usr/bin/Makefile])
  • branches/2.05/mondo/mondo.spec

    r241 r247  
    1111%define version VVV
    1212%define mrel    1
     13%define docname     %{name}-%{version}
     14%define src     %{name}-%{version}.tgz
    1315
    1416%if %is_redhat
    15 %define src     %{name}-%{version}.tgz
    1617Group:          Applications/Archiving
    1718Autoreq:        0
     
    3132
    3233%if %is_suse
    33 %define src     %{name}-%{version}.tgz
    3434Group:          Archiving/Backup
     35%define docname     %{name}
    3536%endif
    3637
     
    110111%{__rm} -rf $RPM_BUILD_ROOT
    111112%makeinstall
     113%if %is_suse
     114%{__rm} -rf $RPM_BUILD_ROOT/%{_datadir}/doc/%name-%{version}
     115%endif
    112116
    113117%post
  • branches/2.05/mondo/mondo/Makefile.am

    r246 r247  
    11# Note that configure will define @XMONDO@ to be "xmondo" if X support
    22# is enabled, "" if not
    3 SUBDIRS        = common mondoarchive mondorestore @XMONDO@ docs restore-scripts
    4 DIST_SUBDIRS   = common mondoarchive mondorestore xmondo docs restore-scripts
     3SUBDIRS        = common mondoarchive mondorestore @XMONDO@ docs restore-scripts post-nuke.sample
     4DIST_SUBDIRS   = common mondoarchive mondorestore xmondo docs restore-scripts post-nuke.sample
    55
    66pkglib_DATA   = do-not-compress-these autorun
    7 
    8 install-data-hook: post-nuke.sample
    9     cp -R post-nuke.sample $(pkglibdir)/
Note: See TracChangeset for help on using the changeset viewer.