diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-07 01:49:21 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-07 01:49:21 (EDT) |
commit | 3de0a22204097274b3f9f2997c3cb62280893f37 (patch) | |
tree | 5c7a7bc2274fd5377db329663116236c80fe9bb1 | |
parent | 79ec1f1c394fa4c2ef6fd68675ded4c4b689b329 (diff) |
ncurses-dbg: Improve files patterns
oh-installfiles tries to move each matching dirent. If the dirent is a
directory and a directory by the same path already exists in the
package, the mv utility returns an error, e.g.:
mv: can't rename '/prokit/sessions/983770472/wd/tmp/dest-ncurses-legacy///usr/lib/debug': Directory not empty
-rw-r--r-- | ncurses-dbg.pkg/files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ncurses-dbg.pkg/files b/ncurses-dbg.pkg/files index b69d578..7df5441 100644 --- a/ncurses-dbg.pkg/files +++ b/ncurses-dbg.pkg/files @@ -1 +1 @@ -/usr/lib/debug/ +/usr/lib/debug/.build-id/*/*.debug |