Skip to content

Commit

Permalink
bin/xbps-create: ignore provides file
Browse files Browse the repository at this point in the history
will soon be used by xbps-src
  • Loading branch information
classabbyamp committed Dec 3, 2024
1 parent e82437f commit e6be2b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/xbps-create/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ ftw_cb(const char *fpath, const struct stat *sb, const struct dirent *dir UNUSED
(strcmp(fpath, "./files.plist") == 0) ||
(strcmp(fpath, "./flist") == 0) ||
(strcmp(fpath, "./rdeps") == 0) ||
(strcmp(fpath, "./provides") == 0) ||
(strcmp(fpath, "./shlib-provides") == 0) ||
(strcmp(fpath, "./shlib-requires") == 0))
return 0;
Expand Down

0 comments on commit e6be2b2

Please sign in to comment.