summaryrefslogtreecommitdiff
path: root/core/sbase/patch/0009-install-Handle-c-flag.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-07-09 09:24:10 -0700
committerMichael Forney <mforney@mforney.org>2016-07-09 09:24:10 -0700
commit89246ef0df580ef992a2726e8873105cfe7d775b (patch)
treeef2b260cd2133427e6e0b936fa55a40b134fbc42 /core/sbase/patch/0009-install-Handle-c-flag.patch
parent289cd1337a556044bbd0ca7a258cb520a7c51c9c (diff)
sbase: Patches were applied upstream
Diffstat (limited to 'core/sbase/patch/0009-install-Handle-c-flag.patch')
-rw-r--r--core/sbase/patch/0009-install-Handle-c-flag.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/core/sbase/patch/0009-install-Handle-c-flag.patch b/core/sbase/patch/0009-install-Handle-c-flag.patch
deleted file mode 100644
index e42d70b7..00000000
--- a/core/sbase/patch/0009-install-Handle-c-flag.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 8138dce28e676e77b189f3bd94d640ea268d361f Mon Sep 17 00:00:00 2001
-From: Michael Forney <mforney@mforney.org>
-Date: Sat, 4 Jun 2016 23:42:30 -0700
-Subject: [PATCH] install: Handle -c flag
-
----
- xinstall.c | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/xinstall.c b/xinstall.c
-index f5f6956..bf921fb 100644
---- a/xinstall.c
-+++ b/xinstall.c
-@@ -156,6 +156,9 @@ main(int argc, char *argv[])
- char *p;
-
- ARGBEGIN {
-+ case 'c':
-+ /* no-op for compatibility */
-+ break;
- case 'd':
- dflag = 1;
- break;
---
-2.8.1
-