Changeset 247 in MondoRescue
- Timestamp:
- Dec 20, 2005, 1:24:03 PM (19 years ago)
- Location:
- branches/2.05/mondo
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.05/mondo/configure.in
r237 r247 173 173 AC_SUBST(my_kde_libraries) 174 174 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 ])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 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 11 11 %define version VVV 12 12 %define mrel 1 13 %define docname %{name}-%{version} 14 %define src %{name}-%{version}.tgz 13 15 14 16 %if %is_redhat 15 %define src %{name}-%{version}.tgz16 17 Group: Applications/Archiving 17 18 Autoreq: 0 … … 31 32 32 33 %if %is_suse 33 %define src %{name}-%{version}.tgz34 34 Group: Archiving/Backup 35 %define docname %{name} 35 36 %endif 36 37 … … 110 111 %{__rm} -rf $RPM_BUILD_ROOT 111 112 %makeinstall 113 %if %is_suse 114 %{__rm} -rf $RPM_BUILD_ROOT/%{_datadir}/doc/%name-%{version} 115 %endif 112 116 113 117 %post -
branches/2.05/mondo/mondo/Makefile.am
r246 r247 1 1 # Note that configure will define @XMONDO@ to be "xmondo" if X support 2 2 # is enabled, "" if not 3 SUBDIRS = common mondoarchive mondorestore @XMONDO@ docs restore-scripts 4 DIST_SUBDIRS = common mondoarchive mondorestore xmondo docs restore-scripts 3 SUBDIRS = common mondoarchive mondorestore @XMONDO@ docs restore-scripts post-nuke.sample 4 DIST_SUBDIRS = common mondoarchive mondorestore xmondo docs restore-scripts post-nuke.sample 5 5 6 6 pkglib_DATA = do-not-compress-these autorun 7 8 install-data-hook: post-nuke.sample9 cp -R post-nuke.sample $(pkglibdir)/
Note:
See TracChangeset
for help on using the changeset viewer.