summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjenkins_common_lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins_common_lib b/jenkins_common_lib
index 0171e12..abc0644 100755
--- a/jenkins_common_lib
+++ b/jenkins_common_lib
@@ -41,7 +41,7 @@ fi
build_setup()
{
- rm -f *.deb
+ rm -f linux-*.deb
# The builddeb has the changes to successfully build for armhf/arm64 in linux-linaro-tracking tree.
# Hence copy the modified builddeb for other trees only, which is required to do armhf or arm64 builds.
# last-modified: 2014-04-11 - linux-linaro-tracking (ll-20140411.1)