diff options
Diffstat (limited to 'source/l/readline/readline.SlackBuild')
-rwxr-xr-x | source/l/readline/readline.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/readline/readline.SlackBuild b/source/l/readline/readline.SlackBuild index 382e3607..670b44f4 100755 --- a/source/l/readline/readline.SlackBuild +++ b/source/l/readline/readline.SlackBuild @@ -59,7 +59,7 @@ rm -rf $PKG mkdir -p $TMP $PKG # Determine readline patchlevel: -PATCHLEVEL="$( cd $CWD/readline-${VERSION}-patches ; /bin/ls readline7?-??? 2> /dev/null | tail -1 | cut -f 2 -d - 2> /dev/null )" +PATCHLEVEL="$( cd $CWD/readline-${VERSION}-patches ; /bin/ls readline??-??? 2> /dev/null | tail -1 | cut -f 2 -d - 2> /dev/null )" if [ "$PATCHLEVEL" = "" ]; then PATCHLEVEL=000 fi |