diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2014-02-03 12:05:47 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-02-04 13:44:38 +1000 |
commit | 4763341ea11c9e33f8d8f0f112659fae5bc74aa9 (patch) | |
tree | 15254277360a41a9e2df9575d4f4c611167e55fa /test/pacman/README | |
parent | 1601532a53b3b668b0946400bb2c68ca25f80c72 (diff) |
pmrule: add FILE_EMPTY rule
Succeeds if the specified path is a file and is empty.
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test/pacman/README')
-rw-r--r-- | test/pacman/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pacman/README b/test/pacman/README index c7aeb10a..2516a8ad 100644 --- a/test/pacman/README +++ b/test/pacman/README @@ -299,6 +299,7 @@ its DEPENDS field. . FILE rules FILE_EXIST=path/to/file + FILE_EMPTY=path/to/file FILE_MODIFIED=path/to/file FILE_MODE=path/to/file|octal FILE_TYPE=path/to/file|type (possible types: dir, file, link) |