]> git.pld-linux.org Git - packages/device-mapper.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 23 Apr 2004 19:46:41 +0000 (19:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    device-mapper-install.patch -> 1.3

device-mapper-install.patch [deleted file]

diff --git a/device-mapper-install.patch b/device-mapper-install.patch
deleted file mode 100644 (file)
index b62b25c..0000000
+++ /dev/null
@@ -1,79 +0,0 @@
-diff -urN device-mapper.1.00.09.org/dmsetup/Makefile.in device-mapper.1.00.09/dmsetup/Makefile.in
---- device-mapper.1.00.09.org/dmsetup/Makefile.in      2004-04-01 01:58:07.096597280 +0200
-+++ device-mapper.1.00.09/dmsetup/Makefile.in  2004-04-01 02:01:38.120516768 +0200
-@@ -28,7 +28,7 @@
-             -ldevmapper
- install: dmsetup
--      $(INSTALL) -D -o $(OWNER) -g $(GROUP) -m 555 $(STRIP) $< $(sbindir)/$<
-+      $(INSTALL) -D -o $(OWNER) -g $(GROUP) -m 555 $(STRIP) $< $(DESTDIR)$(sbindir)/$<
- .PHONY: install 
-diff -urN device-mapper.1.00.09.org/lib/Makefile.in device-mapper.1.00.09/lib/Makefile.in
---- device-mapper.1.00.09.org/lib/Makefile.in  2004-04-01 01:58:07.179584664 +0200
-+++ device-mapper.1.00.09/lib/Makefile.in      2004-04-01 02:02:30.597539048 +0200
-@@ -30,29 +30,29 @@
- install: install_@interface@
--      $(LN_S) -f libdevmapper.so.$(LIB_VERSION) $(libdir)/libdevmapper.so
-+      $(LN_S) -f libdevmapper.so.$(LIB_VERSION) $(DESTDIR)$(libdir)/libdevmapper.so
-       $(INSTALL) -D -o $(OWNER) -g $(GROUP) -m 444 libdevmapper.h \
--              $(includedir)/libdevmapper.h
-+              $(DESTDIR)$(includedir)/libdevmapper.h
- install_static: install_@interface@_static
--      $(LN_S) -f libdevmapper.a.$(LIB_VERSION) $(libdir)/libdevmapper.a
-+      $(LN_S) -f libdevmapper.a.$(LIB_VERSION) $(DESTDIR)$(libdir)/libdevmapper.a
-       $(INSTALL) -D -o $(OWNER) -g $(GROUP) -m 444 libdevmapper.h \
--              $(includedir)/libdevmapper.h
-+              $(DESTDIR)$(includedir)/libdevmapper.h
- .PHONY: install install_@interface@ install_static install_@interface@_static
- install_fs: fs/libdevmapper.so
-       $(INSTALL) -D -o $(OWNER) -g $(GROUP) -m 555 $(STRIP) $< \
--              $(libdir)/libdevmapper.so.$(LIB_VERSION)
-+              $(DESTDIR)$(libdir)/libdevmapper.so.$(LIB_VERSION)
- install_ioctl: ioctl/libdevmapper.so
-       $(INSTALL) -D -o $(OWNER) -g $(GROUP) -m 555 $(STRIP) $< \
--              $(libdir)/libdevmapper.so.$(LIB_VERSION)
-+              $(DESTDIR)$(libdir)/libdevmapper.so.$(LIB_VERSION)
- install_ioctl_static: ioctl/libdevmapper.a
-       $(INSTALL) -D -o $(OWNER) -g $(GROUP) -m 555 $(STRIP) $< \
--              $(libdir)/libdevmapper.a.$(LIB_VERSION)
-+              $(DESTDIR)$(libdir)/libdevmapper.a.$(LIB_VERSION)
- distclean_lib: 
-       $(RM) libdm-common.h
-diff -urN device-mapper.1.00.09.org/make.tmpl.in device-mapper.1.00.09/make.tmpl.in
---- device-mapper.1.00.09.org/make.tmpl.in     2004-04-01 01:58:07.094597584 +0200
-+++ device-mapper.1.00.09/make.tmpl.in 2004-04-01 02:03:19.789060800 +0200
-@@ -27,8 +27,8 @@
- LD_DEPS += @LD_DEPS@
- # Setup directory variables
--prefix = $(DESTDIR)@prefix@
--exec_prefix = $(DESTDIR)@exec_prefix@
-+prefix = @prefix@
-+exec_prefix = @exec_prefix@
- bindir = @bindir@
- includedir = @includedir@
- libdir = @libdir@
-diff -urN device-mapper.1.00.09.org/man/Makefile.in device-mapper.1.00.09/man/Makefile.in
---- device-mapper.1.00.09.org/man/Makefile.in  2004-04-01 01:58:07.195582232 +0200
-+++ device-mapper.1.00.09/man/Makefile.in      2004-04-01 02:02:45.565263608 +0200
-@@ -25,7 +25,7 @@
-       @echo "*** Installing $(ALL_MANUALS) in $(MAN8DIR) ***"
-       @for f in $(MANUALS); \
-       do \
--         $(RM) $(MAN8DIR)/$$f; \
--         @INSTALL@ -D -o $(OWNER) -g $(GROUP) -m 444 $$f $(MAN8DIR)/$$f; \
-+         $(RM) $(DESTDIR)$(MAN8DIR)/$$f; \
-+         @INSTALL@ -D -o $(OWNER) -g $(GROUP) -m 444 $$f $(DESTDIR)$(MAN8DIR)/$$f; \
-       done
This page took 0.027973 seconds and 4 git commands to generate.