[Fai-commit] r4054 - in people/siretart/ubuntu: . debian
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Fri Oct 6 21:21:56 UTC 2006
Author: siretart-guest
Date: 2006-10-06 21:21:56 +0000 (Fri, 06 Oct 2006)
New Revision: 4054
Modified:
people/siretart/ubuntu/Makefile
people/siretart/ubuntu/debian/changelog
Log:
* add SHELL=/bin/bash to top level makefile.
ubuntu uses /bin/sh -> /bin/dash by default
Modified: people/siretart/ubuntu/Makefile
===================================================================
--- people/siretart/ubuntu/Makefile 2006-10-06 21:17:30 UTC (rev 4053)
+++ people/siretart/ubuntu/Makefile 2006-10-06 21:21:56 UTC (rev 4054)
@@ -1,3 +1,5 @@
+SHELL=/bin/bash
+
include VERSION
DESTDIR=$(shell pwd)/debian/tmp
Modified: people/siretart/ubuntu/debian/changelog
===================================================================
--- people/siretart/ubuntu/debian/changelog 2006-10-06 21:17:30 UTC (rev 4053)
+++ people/siretart/ubuntu/debian/changelog 2006-10-06 21:21:56 UTC (rev 4054)
@@ -1,3 +1,10 @@
+fai (3.0) edgy; urgency=low
+
+ * add SHELL=/bin/bash to top level makefile.
+ ubuntu uses /bin/sh -> /bin/dash by default
+
+ -- Reinhard Tartler <siretart at tauware.de> Fri, 6 Oct 2006 23:21:40 +0200
+
fai (3.0) unstable; urgency=low
* conf/make-fai-nfsroot.conf,sources.list: move from sarge to etch
More information about the Fai-commit
mailing list