From a423aba8f1c3630a4fdfe5cc412b3133d106d57c Mon Sep 17 00:00:00 2001 From: Senorsen Date: Sun, 8 Feb 2015 22:56:20 +0800 Subject: [PATCH] Display rpm --- build/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.sh b/build/build.sh index 8df68c9..c9d2d09 100755 --- a/build/build.sh +++ b/build/build.sh @@ -12,4 +12,4 @@ cd ../openwrt ./build.sh $VERSION > /dev/null cd .. -find . -regextype posix-egrep -regex ".*\.(opk|deb)$" +find . -regextype posix-egrep -regex ".*\.(opk|deb|rpm)$"