From: root Date: Tue, 27 Sep 2005 08:48:41 +0000 (+0200) Subject: [multipath] forgot to remove multipath.dev refs in Makefile X-Git-Tag: 0.4.6~108 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b423571642ee9a571bb1ccddcef68720d801084;p=platform%2Fupstream%2Fmultipath-tools.git [multipath] forgot to remove multipath.dev refs in Makefile --- diff --git a/multipath/Makefile b/multipath/Makefile index 17cefa7..e1096c0 100644 --- a/multipath/Makefile +++ b/multipath/Makefile @@ -43,15 +43,12 @@ $(MULTIPATHLIB)-$(BUILD).a: install: install -d $(DESTDIR)$(bindir) install -m 755 $(EXEC) $(DESTDIR)$(bindir)/ - install -d $(DESTDIR)/etc/dev.d/block/ - install -m 755 multipath.dev $(DESTDIR)/etc/dev.d/block/ install -d $(DESTDIR)/etc/udev/rules.d install -m 755 multipath.rules $(DESTDIR)/etc/udev/rules.d/ install -d $(DESTDIR)$(mandir) install -m 644 $(EXEC).8.gz $(DESTDIR)$(mandir) uninstall: - rm $(DESTDIR)/etc/dev.d/block/multipath.dev rm $(DESTDIR)/etc/udev/rules.d/multipath.rules rm $(DESTDIR)$(bindir)/$(EXEC) rm $(DESTDIR)$(mandir)/$(EXEC).8.gz