ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/linux/instal_magic.bash
(Generate patch)

Comparing magic/linux/instal_magic.bash (file contents):
Revision 864 by francois, Wed Aug 19 03:20:37 2015 UTC vs.
Revision 865 by francois, Wed Jan 11 19:33:47 2017 UTC

# Line 27 | Line 27 | fi
27   if [ "$2" == "tout" ];
28   then
29   tabdep=( "${tabdep[@]}" "kdevelop")
30 + if [ "$versionos" \< "15" ];
31 + then
32   tabdep=( "${tabdep[@]}" "kdesvn")
33 + fi
34 + if [ "$versionos" \> "15" ];
35 + then
36 + tabdep=( "${tabdep[@]}" "rabbitvcs-nautilus")
37 + fi
38   tabdep=( "${tabdep[@]}" "kile")
39   tabdep=( "${tabdep[@]}" "doxygen")
40   tabdep=( "${tabdep[@]}" "openssh-client")

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines