From: Chmouel Boudjnah <chmouel@mandrakesoft.com>
To: linux-hotplug@vger.kernel.org
Subject: Make install
Date: Mon, 11 Jun 2001 08:44:17 +0000 [thread overview]
Message-ID: <marc-linux-hotplug-99224945530710@msgid-missing> (raw)
Hi,
Would be possible to commit this patch to be able to test in locale
without need to do a rpm.
Index: /home/chmou/dev/hotplug/Makefile
=================================RCS file: /home/chmou/work/cvs/base/hotplug/Makefile,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 Makefile
--- /home/chmou/dev/hotplug/Makefile 11 Jun 2001 08:07:24 -0000 1.1.1.1
+++ /home/chmou/dev/hotplug/Makefile 11 Jun 2001 08:42:24 -0000
@@ -1,5 +1,12 @@
# $Id: Makefile,v 1.1.1.1 2001/06/11 08:07:24 chmou Exp $
+TOPDIR=/
+DIRS= /sbin \
+ /etc/hotplug \
+ /etc/init.d/ \
+ /var/run/usb \
+ /usr/share/man/man8
+
# New style, /etc/hotplug
# Driven by modutils output, and (for USB) exceptions
DISTRIB_FILES = \
@@ -37,3 +44,11 @@
clean:
rm -f $(NAME)-*.tar.gz Log
+install:
+ for i in $(DIRS);do install -m 755 -d $(TOPDIR)/$$i;done
+ chmod 0700 $(TOPDIR)/var/run/usb
+
+ for i in sbin/*;do [[ -d $$i ]] && continue;install -m755 $$i $(TOPDIR)/sbin/;done
+ for i in etc/hotplug/*;do [[ $$i = *CVS* ]] && continue;cp -a -r $$i $(TOPDIR)/etc/hotplug;done
+ for i in etc/rc.d/init.d/*;do [[ $$i = *CVS* ]] && continue;cp -a -r $$i $(TOPDIR)/etc/init.d/;done
+ install -m644 *.8 $(TOPDIR)/usr/share/man/man8
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
reply other threads:[~2001-06-11 8:44 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=marc-linux-hotplug-99224945530710@msgid-missing \
--to=chmouel@mandrakesoft.com \
--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).