summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-06-04 23:43:22 -0700
committerMichael Forney <mforney@mforney.org>2016-06-04 23:43:22 -0700
commit51c44b5e4d26cb969822af002faaf21d497d41a6 (patch)
tree59ed92d6244b0edcf5a454650a78005d72c92969 /core
parent3c035f1cb1bb3d2d0527c496754690d7414d113d (diff)
sbase/install: Handle -c flag
Diffstat (limited to 'core')
-rw-r--r--core/sbase/patch/0009-install-Handle-c-flag.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/core/sbase/patch/0009-install-Handle-c-flag.patch b/core/sbase/patch/0009-install-Handle-c-flag.patch
new file mode 100644
index 00000000..e42d70b7
--- /dev/null
+++ b/core/sbase/patch/0009-install-Handle-c-flag.patch
@@ -0,0 +1,26 @@
+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
+