Changeset 248 in MondoRescue
- Timestamp:
- Dec 20, 2005, 1:28:31 PM (19 years ago)
- Location:
- branches/2.05
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.05/mindi/install.sh
r243 r248 31 31 echo "mindi ${MINDIVER}-r${MINDIREV} will be installed under $local" 32 32 33 if [ "_$DOCDIR" = "_" ]; then 34 DOCDIR=$local/share/doc/mindi-$MINDIVER 35 fi 33 DOCDIR=$local/share/doc/mindi-$MINDIVER 34 MANDIR=$local/share/man/man8 36 35 37 36 echo "Creating target directories ..." 38 install -m 755 -d $conf $local/lib/mindi $ local/share/man/man8$local/sbin $DOCDIR37 install -m 755 -d $conf $local/lib/mindi $MANDIR $local/sbin $DOCDIR 39 38 40 39 echo "Copying files ..." … … 55 54 install -m 755 analyze-my-lvm parted2fdisk.pl $local/sbin 56 55 57 install -m 644 mindi.8 $ local/share/man/man856 install -m 644 mindi.8 $MANDIR 58 57 install -m 644 CHANGES COPYING README README.busybox README.ia64 README.pxe TODO INSTALL $DOCDIR 59 58 … … 104 103 if [ "$RPMBUILDMINDI" != "true" ]; then 105 104 chown -R root:root $local/lib/mindi $conf/mindi $conf $DOCDIR 106 chown root:root $local/sbin/mindi $ local/share/man/man8/mindi.8 $local/sbin/analyze-my-lvm $local/sbin/parted2fdisk.pl105 chown root:root $local/sbin/mindi $MANDIR/mindi.8 $local/sbin/analyze-my-lvm $local/sbin/parted2fdisk.pl 107 106 if [ "$ARCH" = "ia64" ] ; then 108 107 chown root:root $local/sbin/parted2fdisk -
branches/2.05/mindi/mindi.spec
r242 r248 11 11 %define version VVV 12 12 %define mrel 1 13 %define docname %{name}-%{version}14 13 %define src %{name}-%{version}.tgz 15 14 … … 33 32 %if %is_suse 34 33 Group: Archiving/Backup 35 %define docname %{name}36 34 %endif 37 35 … … 72 70 export CONFDIR=${RPM_BUILD_ROOT}%{_sysconfdir} 73 71 export RPMBUILDMINDI="true" 74 export DOCDIR=${RPM_BUILD_ROOT}${RPM_DOC_DIR}/%{docname}75 72 76 73 ./install.sh 74 75 %if %is_suse 76 %{__rm} -rf $RPM_BUILD_ROOT/%{_datadir}/doc/%name-%{version} 77 %endif 77 78 78 79 %clean -
branches/2.05/mondo/mondo.spec
r247 r248 11 11 %define version VVV 12 12 %define mrel 1 13 %define docname %{name}-%{version}14 13 %define src %{name}-%{version}.tgz 15 14 … … 33 32 %if %is_suse 34 33 Group: Archiving/Backup 35 %define docname %{name}36 34 %endif 37 35
Note:
See TracChangeset
for help on using the changeset viewer.