linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrey Borzenkov <arvidjaar@mail.ru>
To: linux-hotplug@vger.kernel.org
Subject: [PATCH] do not remove real .udev.tdb during RPM build
Date: Sat, 21 Feb 2004 19:46:44 +0000	[thread overview]
Message-ID: <20040221194644.GA5974@localhost.localdomain> (raw)

[-- Attachment #1: Type: text/plain, Size: 17 bytes --]

regards

-andrey

[-- Attachment #2: udev018_tdb_dest.patch --]
[-- Type: text/plain, Size: 573 bytes --]

--- udev-018/Makefile.tdb	2004-02-19 21:38:36.000000000 +0300
+++ udev-018/Makefile	2004-02-21 22:41:32.002622648 +0300
@@ -364,7 +364,7 @@ install: install-config install-dbus-pol
 	$(INSTALL_DATA) -D udevd.8 $(DESTDIR)$(mandir)/man8/udevd.8
 	- ln -f -s ./udevd.8 $(DESTDIR)$(mandir)/man8/udevsend.8
 	- rm -f $(DESTDIR)$(hotplugdir)/$(ROOT).hotplug
-	- rm -f $(udevdir)/.udev.tdb
+	- rm -f $(DESTDIR)$(udevdir)/.udev.tdb
 	- ln -f -s $(sbindir)/$(SENDER) $(DESTDIR)$(hotplugdir)/$(ROOT).hotplug
 	@extras="$(EXTRAS)" ; for target in $$extras ; do \
 		echo $$target ; \

             reply	other threads:[~2004-02-21 19:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-21 19:46 Andrey Borzenkov [this message]
2004-02-23 19:32 ` [PATCH] do not remove real .udev.tdb during RPM build Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040221194644.GA5974@localhost.localdomain \
    --to=arvidjaar@mail.ru \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).