From a78c230b4ab71aa2818b147e9dce11419639b439 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Thu, 27 May 2004 08:49:29 +0000 Subject: - Remove 'pkg-plist' from required files Approved by: sobomax --- Tools/scripts/patchtool.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Tools/scripts/patchtool.py') diff --git a/Tools/scripts/patchtool.py b/Tools/scripts/patchtool.py index de9a5ed99ac7..a13bc6ed5230 100755 --- a/Tools/scripts/patchtool.py +++ b/Tools/scripts/patchtool.py @@ -60,8 +60,7 @@ class Vars: # Check if the supplied patch refers to a port's directory. # def isportdir(path, soft = False): - REQ_FILES = ('Makefile', 'pkg-descr', 'pkg-plist', \ - 'distinfo') + REQ_FILES = ('Makefile', 'pkg-descr', 'distinfo') if not os.path.isdir(path) and soft != True: raise IOError(errno.ENOENT, path) # Not reached # -- cgit v1.2.3