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

X Strike Force SVN commit: rev 348 - branches/4.3.0/sid/debian



Author: branden
Date: 2003-07-31 16:59:22 -0500 (Thu, 31 Jul 2003)
New Revision: 348

Modified:
   branches/4.3.0/sid/debian/rules
Log:
debian/rules: fix stupid thinko when creating directory for
  XFree86-debug.1x manpage


Modified: branches/4.3.0/sid/debian/rules
==============================================================================
--- branches/4.3.0/sid/debian/rules	2003-07-31 17:12:11 UTC (rev 347)
+++ branches/4.3.0/sid/debian/rules	2003-07-31 21:59:22 UTC (rev 348)
@@ -391,7 +391,7 @@
 	dh_testroot
 	dh_install --sourcedir=debian/tmp
 	# special handling
-	install -d 755 debian/xserver-xfree86-dbg/usr/X11R6/man/man1
+	install -m 755 -d debian/xserver-xfree86-dbg/usr/X11R6/man/man1
 	install -m 644 debian/tmp/usr/X11R6/man/man1/XFree86.1x debian/xserver-xfree86-dbg/usr/X11R6/man/man1/XFree86-debug.1x
 	dh_installdebconf
 	dh_installdirs



Reply to: