summaryrefslogtreecommitdiff
path: root/net/nocatsplash/files/patch-mkinstalldirs
diff options
context:
space:
mode:
Diffstat (limited to 'net/nocatsplash/files/patch-mkinstalldirs')
-rw-r--r--net/nocatsplash/files/patch-mkinstalldirs28
1 files changed, 0 insertions, 28 deletions
diff --git a/net/nocatsplash/files/patch-mkinstalldirs b/net/nocatsplash/files/patch-mkinstalldirs
deleted file mode 100644
index cac39d059cc1..000000000000
--- a/net/nocatsplash/files/patch-mkinstalldirs
+++ /dev/null
@@ -1,28 +0,0 @@
---- mkinstalldirs.orig 2003-01-02 10:39:12 UTC
-+++ mkinstalldirs
-@@ -7,25 +7,6 @@
- errstatus=0
- dirmode=""
-
--usage="\
--Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..."
--
--# process command line arguments
--while test $# -gt 0 ; do
-- case "${1}" in
-- -h | --help | --h* ) # -h for help
-- echo "${usage}" 1>&2; exit 0 ;;
-- -m ) # -m PERM arg
-- shift
-- test $# -eq 0 && { echo "${usage}" 1>&2; exit 1; }
-- dirmode="${1}"
-- shift ;;
-- -- ) shift; break ;; # stop option processing
-- -* ) echo "${usage}" 1>&2; exit 1 ;; # unknown option
-- * ) break ;; # first non-opt arg
-- esac
--done
--
- for file
- do
- if test -d "$file"; then