summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2015-12-23 15:41:18 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2015-12-23 15:49:51 +0200
commitb30c211e7fd5694865c9cca5a440950ddae23246 (patch)
tree2d5c727e46a19097c7868764ee8a8ca72d75651b /dev-libs/opencryptoki/files
parentdev-libs/opencryptoki: version bump (diff)
downloadgentoo-b30c211e7fd5694865c9cca5a440950ddae23246.tar.gz
gentoo-b30c211e7fd5694865c9cca5a440950ddae23246.tar.bz2
gentoo-b30c211e7fd5694865c9cca5a440950ddae23246.zip
dev-libs/opencryptoki: cleanup old
Package-Manager: portage-2.2.24
Diffstat (limited to 'dev-libs/opencryptoki/files')
-rw-r--r--dev-libs/opencryptoki/files/opencryptoki-2.4.2-destdir.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-libs/opencryptoki/files/opencryptoki-2.4.2-destdir.patch b/dev-libs/opencryptoki/files/opencryptoki-2.4.2-destdir.patch
deleted file mode 100644
index e1375c7130bc..000000000000
--- a/dev-libs/opencryptoki/files/opencryptoki-2.4.2-destdir.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From fcc24176398ab2f40c33ebc686c2f803782af8d6 Mon Sep 17 00:00:00 2001
-From: Alon Bar-Lev <alon.barlev@gmail.com>
-Date: Sat, 15 Dec 2012 22:13:56 +0200
-Subject: [PATCH] Always use DESTDIR when installing
-
----
- usr/Makefile.am | 6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/usr/Makefile.am b/usr/Makefile.am
-index bced120..20352d5 100644
---- a/usr/Makefile.am
-+++ b/usr/Makefile.am
-@@ -5,6 +5,6 @@ endif
- SUBDIRS = lib $(DAEMONDIRS)
-
- install-data-hook:
-- $(MKDIR_P) $(lockdir)
-- $(CHGRP) pkcs11 $(lockdir)
-- $(CHMOD) 0770 $(lockdir)
-+ $(MKDIR_P) $(DESTDIR)$(lockdir)
-+ $(CHGRP) pkcs11 $(DESTDIR)$(lockdir)
-+ $(CHMOD) 0770 $(DESTDIR)$(lockdir)
---
-1.7.8.6
-