summaryrefslogtreecommitdiff
path: root/debian/patches/libexec.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-12-13 18:04:45 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-12-13 18:04:45 +0100
commit4bab2e5816700a94e967dec612a15eed3bcc13eb (patch)
tree16af96cffced1257c0d9045b22af8a3316005ed7 /debian/patches/libexec.patch
parentc3164342455a7c7085a1a59b5910e936241730c8 (diff)
CVE TEMP-0807110-881366
Diffstat (limited to 'debian/patches/libexec.patch')
-rw-r--r--debian/patches/libexec.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/patches/libexec.patch b/debian/patches/libexec.patch
deleted file mode 100644
index 0e06218..0000000
--- a/debian/patches/libexec.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: do not install files in libexec directory
-Author: Luca Falavigna <dktrkranz@debian.org>
-
-Index: shotwell-0.15.0/Makefile
-===================================================================
---- shotwell-0.15.0.orig/Makefile 2013-10-13 09:51:58.893357001 +0200
-+++ shotwell-0.15.0/Makefile 2013-10-13 09:54:33.885361749 +0200
-@@ -27,7 +27,7 @@
-
- -include configure.mk
- ifndef LIBEXECDIR
--LIBEXECDIR=$(PREFIX)/libexec/shotwell
-+LIBEXECDIR=$(PREFIX)/share/shotwell
- endif
-
- CORE_SUPPORTED_LANGUAGES=$(shell cat po/LINGUAS)