1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-04 16:45:07 -05:00
pacman/scripts
Dan McGee 7fc306cd41 Use shell builtin to list files for package inclusion
On BSD systems, as super user, the 'ls' command displays all dot files by
default, causing these to get included when not intended. If we use the bash
glob operator, we can avoid issues with ls on different platforms; however,
we need to turn the nullglob shell option on first to ensure we don't have
problems in empty directories.

Originally-noticed-by: Sebastian Nowicki <sebnow@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
2008-06-12 19:06:14 -05:00
..
.gitignore Remove gensync and updatesync from normal distribution 2008-02-02 14:12:34 -06:00
Makefile.am Allow GIT version to be used in pacman builds 2008-05-31 12:06:34 -05:00
makepkg.sh.in Use shell builtin to list files for package inclusion 2008-06-12 19:06:14 -05:00
pacman-optimize.sh.in scripts: allow usage when gettext is not installed 2008-02-17 21:25:41 -06:00
rankmirrors.py.in Remove hardcoded DBEXT value from script 2008-01-06 09:44:28 -06:00
repo-add.sh.in du -b is not available on BSD, use du -k instead. 2008-05-29 06:37:14 -05:00
repo-remove.sh.in scripts: add -q/--quiet option to repo-add and repo-remove 2008-05-10 00:48:55 -05:00