Author: branden Date: 2003-08-19 13:58:20 -0500 (Tue, 19 Aug 2003) New Revision: 403
Modified: trunk/debian/rules Log: debian/rules: fix stupid typos that caused spurious creation of "755" directories in build tree Modified: trunk/debian/rules =================================================================== --- trunk/debian/rules 2003-08-19 18:46:35 UTC (rev 402) +++ trunk/debian/rules 2003-08-19 18:58:20 UTC (rev 403) @@ -351,7 +351,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 @@ -492,7 +492,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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]