diff options
-rw-r--r-- | app-crypt/nitrokey-app/files/nitrokey-app-9999_fix_udev_path.patch | 11 | ||||
-rw-r--r-- | app-crypt/nitrokey-app/nitrokey-app-9999.ebuild | 4 |
2 files changed, 0 insertions, 15 deletions
diff --git a/app-crypt/nitrokey-app/files/nitrokey-app-9999_fix_udev_path.patch b/app-crypt/nitrokey-app/files/nitrokey-app-9999_fix_udev_path.patch deleted file mode 100644 index dd6d360..0000000 --- a/app-crypt/nitrokey-app/files/nitrokey-app-9999_fix_udev_path.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt 2015-11-05 23:42:14.451385162 +0100 -+++ CMakeLists.txt.new 2015-11-05 23:41:54.556413307 +0100 -@@ -218,7 +218,7 @@ - # Install Nitrokey udev rules - install(FILES - ${CMAKE_SOURCE_DIR}/data/40-nitrokey.rules -- DESTINATION /etc/udev/rules.d -+ DESTINATION /usr/lib/udev/rules.d - ) - - # Install autocompletion scripts diff --git a/app-crypt/nitrokey-app/nitrokey-app-9999.ebuild b/app-crypt/nitrokey-app/nitrokey-app-9999.ebuild index c445a84..090813a 100644 --- a/app-crypt/nitrokey-app/nitrokey-app-9999.ebuild +++ b/app-crypt/nitrokey-app/nitrokey-app-9999.ebuild @@ -25,10 +25,6 @@ DEPEND=" " RDEPEND="${DEPEND}" -src_prepare() { - epatch "${FILESDIR}/nitrokey-app-9999_fix_udev_path.patch" -} - src_configure() { local mycmakeargs=( $(cmake-utils_use_has gtk LIBAPPINDICATOR) |