FYI: Minor fix for IcedTea

Andrew Hughes A.Hughes at dcs.shef.ac.uk
Fri Sep 5 08:14:49 PDT 2008


We should make sure the stamps directory exists for
hgforest.stamp (thanks Lillian!)

ChangeLog:

2008-09-05  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	Reported by: Lillian Angel
	* Makefile.am: Make sure we create
	the stamps directory for hgforest.stamp.
-- 
A. :)

Room 122, Department of Computer Science
http://www.dcs.shef.ac.uk/~andrew
PGP Key: 0D118B89 (http://subkeys.pgp.net)
Fingerprint: 711E 2AC8 72FE F5CE BB0C  0637 9678 5E51 0D11 8B89
-------------- next part --------------
diff -r 50ffa5101de6 Makefile.am
--- a/Makefile.am	Mon Sep 01 04:21:47 2008 +0100
+++ b/Makefile.am	Fri Sep 05 16:13:00 2008 +0100
@@ -436,6 +436,7 @@
 endif
 endif
 endif
+	mkdir -p stamps 
 	touch stamps/hgforest.stamp
 
 clean-extract:


More information about the distro-pkg-dev mailing list