summaryrefslogtreecommitdiff
path: root/debian/patches/0010-libexec.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2019-10-08 07:25:27 +0200
committerJörg Frings-Fürst <debian@jff.email>2019-10-08 07:25:27 +0200
commit6d050e13e9dbbeffdb45fc1c5b977b996d310981 (patch)
treeb201bc97ea832ce0c43f144ef7229f52e42bbf23 /debian/patches/0010-libexec.patch
parent10ce63378912ef63c8882889f02ed4dff0416f32 (diff)
parentd84f449fcb5ea05fcbb9eee098b7438aa332ad31 (diff)
Merge branch 'release/debian/0.30.7-1'debian/0.30.7-1
Diffstat (limited to 'debian/patches/0010-libexec.patch')
-rw-r--r--debian/patches/0010-libexec.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/patches/0010-libexec.patch b/debian/patches/0010-libexec.patch
deleted file mode 100644
index 0e06218..0000000
--- a/debian/patches/0010-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)