[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CVS:oo-deb/debian rules,1.195,1.196



Update of /cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv28420

Modified Files:
	rules 
Log Message:
Add an extra test that /proc is mounted in setup target, since setup
stops without giving an error message if there is no /proc


Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -d -r1.195 -r1.196
--- rules	12 Apr 2004 15:18:09 -0000	1.195
+++ rules	20 Apr 2004 14:50:48 -0000	1.196
@@ -766,6 +766,9 @@
 	dh_testdir
 	dh_testroot
 	umask 022
+	
+	# Make sure we have /proc mounted - otherwise setup will fail
+	test -r /proc/version
 
 	# Packagers - if you are working on improving the .debs, you can
 	# run setup and rebuild over and over like this:



Reply to: