summaryrefslogtreecommitdiff
path: root/app-crypt/asekey/files/asekey-3.7-bundle.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-crypt/asekey/files/asekey-3.7-bundle.patch
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-crypt/asekey/files/asekey-3.7-bundle.patch')
-rw-r--r--app-crypt/asekey/files/asekey-3.7-bundle.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-crypt/asekey/files/asekey-3.7-bundle.patch b/app-crypt/asekey/files/asekey-3.7-bundle.patch
deleted file mode 100644
index fd233001718e..000000000000
--- a/app-crypt/asekey/files/asekey-3.7-bundle.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/Info.plist b/Info.plist
-index ed473da..9d59815 100644
---- a/Info.plist
-+++ b/Info.plist
-@@ -14,6 +14,7 @@
- <string>ASEKey</string>
- <string>ASEKey</string>
- </array>
-+ <key>CFBundleExecutable</key>
- <array>
- <string>libASEKey.so</string>
- <string>libASEKey.so</string>
-diff --git a/Makefile b/Makefile
-index 285ceff..1b06fd1 100644
---- a/Makefile
-+++ b/Makefile
-@@ -28,7 +28,6 @@ clean:
-
- install: all
- install -c -d "${DRIVER_DIR}/Contents/${KERNEL_NAME}"
-- install -c -m 0755 libASEKey.so "${DRIVER_DIR}"
- install -c -m 0644 Info.plist "${DRIVER_DIR}/Contents/"
- install -c -m 0755 libASEKey.so "${DRIVER_DIR}/Contents/${KERNEL_NAME}"
- install -c -d "${UDEV_DIR}"