- Timestamp:
- Dec 13, 2005, 2:30:59 AM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mindi/install.sh
r181 r186 6 6 fi 7 7 8 if [ "_$PREFIX" = "_" ]; then8 if [ "_$PREFIX" != "_" ]; then 9 9 local=$PREFIX/usr 10 10 if [ -f /usr/local/sbin/mindi ]; then … … 12 12 fi 13 13 conf=$PREFIX/etc/mindi 14 echo $PATH | grep /usr/sbin > /dev/null || echo "Warning - your PATH environmental variable is BROKEN. Please add /usr/sbin to your PATH." 14 15 else 15 16 local=/usr/local … … 18 19 fi 19 20 conf=$local/etc/mindi 21 echo $PATH | grep $local/sbin > /dev/null || echo "Warning - your PATH environmental variable is BROKEN. Please add $local/sbin to your PATH." 22 20 23 fi 21 24 … … 29 32 echo "Creating target directories ..." 30 33 mkdir -p $local/lib/mindi 31 mkdir -p $local/share/doc/mindi32 34 mkdir -p $local/share/man/man8 33 35 mkdir -p $local/sbin … … 52 54 53 55 cp -a mindi.8 $local/share/man/man8 54 cp -a CHANGES COPYING README README.busybox README.ia64 README.pxe TODO INSTALL $local/share/doc/mindi 55 56 echo $PATH | grep $local/sbin > /dev/null || echo "Warning - your PATH environmental variable is BROKEN. Please add $local/sbin to your PATH." 56 cp -a CHANGES COPYING README README.busybox README.ia64 README.pxe TODO INSTALL $local/share/lib/mindi 57 57 58 58 echo "Extracting symlinks ..." -
trunk/mondo/mondo.spec
r181 r186 122 122 %{_libdir}/%{name} 123 123 %{_mandir}/* 124 %{_libdir}/*125 124 126 125 %changelog
Note:
See TracChangeset
for help on using the changeset viewer.