ce9cbdb4eb
- Add lvm2-do-not-strip-pdata_tools.patch: Change build system to not strip pdata_tools during installation. We need the file in tact in order to be able to produce valid debuginfo packages (boo#910327). OBS-URL: https://build.opensuse.org/request/show/280350 OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=117
14 lines
504 B
Diff
14 lines
504 B
Diff
Index: LVM2.2.02.114/thin-provisioning-tools-0.4.1/Makefile.in
|
|
===================================================================
|
|
--- LVM2.2.02.114.orig/thin-provisioning-tools-0.4.1/Makefile.in
|
|
+++ LVM2.2.02.114/thin-provisioning-tools-0.4.1/Makefile.in
|
|
@@ -108,7 +108,7 @@ MANPATH:=$(DATADIR)/man
|
|
vpath %.cc $(TOP_DIR)
|
|
|
|
INSTALL_DIR = $(INSTALL) -m 755 -d
|
|
-INSTALL_PROGRAM = $(INSTALL) -m 755 -s
|
|
+INSTALL_PROGRAM = $(INSTALL) -m 755
|
|
INSTALL_DATA = $(INSTALL) -p -m 644
|
|
|
|
ifeq ("@TESTING@", "yes")
|