Commit a7418f57 authored by Vitaly Lipatov's avatar Vitaly Lipatov

repl: remove -devel requires for Slackware and FreeBSD

parent 6521ce00
...@@ -50,7 +50,7 @@ tolocal_anyrepl() ...@@ -50,7 +50,7 @@ tolocal_anyrepl()
return 0 return 0
fi fi
if [ "$DISTRNAME" = "ArchLinux" ] ; then if [ "$DISTRNAME" = "ArchLinux" ] || [ "$DISTRNAME" = "Slackware" ] || [ "$DISTRNAME" = "FreeBSD" ] ; then
local NEWRESULT=`echo $GREP | sed -e "s|^ *\(.*\)-devel *\$|\1|g" | tr "[A-Z]" "[a-z]"` local NEWRESULT=`echo $GREP | sed -e "s|^ *\(.*\)-devel *\$|\1|g" | tr "[A-Z]" "[a-z]"`
[ "$NEWRESULT" = "$GREP" ] && return 1 [ "$NEWRESULT" = "$GREP" ] && return 1
ALTPKGNAME=$GREP ALTPKGNAME=$GREP
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment