ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/xcmsi-compatibility.spec
(Generate patch)

Comparing COMP/CMSDIST/xcmsi-compatibility.spec (file contents):
Revision 1.5 by eulisse, Tue Jul 4 12:52:34 2006 UTC vs.
Revision 1.7 by eulisse, Tue Jul 18 16:52:30 2006 UTC

# Line 15 | Line 15 | then
15   else
16      source $RPM_INSTALL_PREFIX/cmsset_default.sh
17      scramv1 db -link $RPM_INSTALL_PREFIX/Releases/SCRAM/scramdb/project.lookup
18 +    scramv1 db link $RPM_INSTALL_PREFIX/Releases/SCRAM/scramdb/project.lookup
19   fi
20  
21 < #%preun
22 < #echo "Unlinking old XCMSI scram database from the new one..."
23 < #if [ ! -f $RPM_INSTALL_PREFIX/Releases/SCRAM/scramdb/project.lookup ]
24 < #then
25 < #    echo "XCMSI installation not found. Quitting without doing anything."
26 < #    exit 0
27 < #else
28 < #    source $RPM_INSTALL_PREFIX/cmsset_default.sh
29 < #    scramv1 db -link $RPM_INSTALL_PREFIX/Releases/SCRAM/scramdb/project.lookup
30 < #fi
21 > %preun
22 > echo "Unlinking old XCMSI scram database from the new one..."
23 > if [ ! -f $RPM_INSTALL_PREFIX/Releases/SCRAM/scramdb/project.lookup ]
24 > then
25 >    echo "XCMSI installation not found. Quitting without doing anything."
26 >    exit 0
27 > else
28 >    source $RPM_INSTALL_PREFIX/cmsset_default.sh
29 >    scramv1 db -unlink $RPM_INSTALL_PREFIX/Releases/SCRAM/scramdb/project.lookup
30 >    scramv0 db unlink $RPM_INSTALL_PREFIX/Releases/SCRAM/scramdb/project.lookup
31 > fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines