On Sun, Apr 17, 2005 at 07:56:55AM -0600, David Everly wrote:
> Since mkdir is in /bin, changing "install -d" to "mkdir -p" seems to fix
> the problem.
I just NMU'd for this problem. Maintainer, I hope you'll appreciate my
work on your package, let me know if you have questions.
NMU diff:
diff -u discover-2.0.7/debian/changelog discover-2.0.7/debian/changelog
--- discover-2.0.7/debian/changelog
+++ discover-2.0.7/debian/changelog
@@ -1,3 +1,12 @@
+discover (2.0.7-2.1) unstable; urgency=medium
+
+ * NMU
+ * Have discover-modprobe use mkdir -p, in stead of install -d, because /usr
+ might not yet be available. Thanks David Everly <[EMAIL PROTECTED]> for
+ noticing. (Closes: #305042)
+
+ -- Jeroen van Wolffelaar <[EMAIL PROTECTED]> Sun, 24 Apr 2005 14:54:07 +0200
+
discover (2.0.7-2) unstable; urgency=low
* Make discover depend on libdiscover2; we don't need it for the
only in patch2:
unchanged:
--- discover-2.0.7.orig/scripts/discover-modprobe
+++ discover-2.0.7/scripts/discover-modprobe
@@ -53,7 +53,7 @@
. "${conf}"
-[ -d "${crashdir}" ] || install -d "${crashdir}"
+[ -d "${crashdir}" ] || mkdir -p "${crashdir}"
skip ()
{
--Jeroen
--
Jeroen van Wolffelaar
[EMAIL PROTECTED]
http://jeroen.A-Eskwadraat.nl
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]