diff options
Diffstat (limited to 'bin/pkgpatchex')
-rwxr-xr-x | bin/pkgpatchex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/pkgpatchex b/bin/pkgpatchex new file mode 100755 index 0000000..c475a4b --- /dev/null +++ b/bin/pkgpatchex @@ -0,0 +1,7 @@ +#!/bin/sh + +# pkgpatchall -- apply all patches + +ls "$(whereispatch -i)"/patch-* | while read -r patch; do + pkgpatch <"$patch" +done |