[perl-EV] Also remove hidden files, if any

Mathieu Bridon bochecha at fedoraproject.org
Fri Sep 28 10:22:04 UTC 2012


commit f98183f5a4fcb41d9b138e5cb428c6bf1b849782
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Fri Sep 28 18:19:35 2012 +0800

    Also remove hidden files, if any

 perl-EV.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-EV.spec b/perl-EV.spec
index b1aa776..4d0fdff 100644
--- a/perl-EV.spec
+++ b/perl-EV.spec
@@ -37,7 +37,7 @@ much more detailed information.
 %patch0 -p1
 
 # remove all traces of the bundled libev
-rm -fr libev/*
+rm -fr ./libev
 
 # use the sources from the system libev
 mkdir -p ./libev



More information about the perl-devel mailing list