diff options
author | Edmund Lodewijks | 2025-04-06 19:16:17 +0200 |
---|---|---|
committer | Edmund Lodewijks | 2025-04-06 19:16:17 +0200 |
commit | 2b446443783350282e736c22810d3d90d8faba30 (patch) | |
tree | 8e5c53fba47e6cb3ec6325b125be269054b892de /Patch02-Remove-config-for-other-OSs.patch | |
parent | cab030c9cb414b3c8c515b2c52c1d648bbdfd0bc (diff) | |
download | aur-2b446443783350282e736c22810d3d90d8faba30.tar.gz |
Removed files and config for other OS's. Combined some, and renamed all patches.
Diffstat (limited to 'Patch02-Remove-config-for-other-OSs.patch')
-rw-r--r-- | Patch02-Remove-config-for-other-OSs.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Patch02-Remove-config-for-other-OSs.patch b/Patch02-Remove-config-for-other-OSs.patch new file mode 100644 index 000000000000..f0ebd7e7a983 --- /dev/null +++ b/Patch02-Remove-config-for-other-OSs.patch @@ -0,0 +1,27 @@ +--- openarc-1.2.1/configure.ac 2025-01-07 00:09:10.000000000 +0200 ++++ openarc-1.2.1/configure.ac.new 2025-04-06 18:37:46.579232331 +0200 +@@ -400,13 +400,6 @@ + Makefile + contrib/Makefile + contrib/openarc-keygen.1 +- contrib/init/Makefile +- contrib/init/generic/Makefile +- contrib/init/redhat/Makefile +- contrib/init/redhat/openarc +- contrib/init/solaris/Makefile +- contrib/spec/Makefile +- contrib/spec/openarc.spec + contrib/systemd/Makefile + contrib/systemd/openarc.service + libopenarc/openarc.pc +--- openarc-1.2.1/contrib/Makefile.am 2025-01-07 00:09:10.000000000 +0200 ++++ openarc-1.2.1/contrib/Makefile.am.new 2025-04-06 18:46:07.367413988 +0200 +@@ -1,7 +1,7 @@ + # Copyright (c) 2010, 2011, 2016, The Trusted Domain Project. + # All rights reserved. + +-SUBDIRS = init spec systemd ++SUBDIRS = systemd + + dist_bin_SCRIPTS = openarc-keygen + man_MANS = openarc-keygen.1 |