[Glibc-bsd-commits] r2718 - trunk/kfreebsd-7/debian

Aurelien Jarno aurel32 at alioth.debian.org
Thu Aug 20 18:33:37 UTC 2009


Author: aurel32
Date: 2009-08-20 18:33:37 +0000 (Thu, 20 Aug 2009)
New Revision: 2718

Modified:
   trunk/kfreebsd-7/debian/rules
Log:
Correctly create the directory for the doc


Modified: trunk/kfreebsd-7/debian/rules
===================================================================
--- trunk/kfreebsd-7/debian/rules	2009-08-20 17:39:09 UTC (rev 2717)
+++ trunk/kfreebsd-7/debian/rules	2009-08-20 18:33:37 UTC (rev 2718)
@@ -188,7 +188,7 @@
 	rm -f $(IMAGE_PACKAGE)-$*/boot/device.hints
 
 	# README file
-	mkdir -p $(IMAGE_PACKAGE)-$*/usr/share/doc
+	mkdir -p $(IMAGE_PACKAGE)-$*/usr/share/doc/$(IMAGE_PACKAGE)-$*
 	install -p -o root -g root -m 644 \
 		debian/kfreebsd-image.README.Debian \
 		$(IMAGE_PACKAGE)-$*/usr/share/doc/$(IMAGE_PACKAGE)-$*/README.Debian




More information about the Glibc-bsd-commits mailing list