[Pkg-mc-commits] r339 - trunk/debian
Yury Zaytsev
zaytsev-guest at alioth.debian.org
Tue Dec 29 16:13:45 UTC 2009
Author: zaytsev-guest
Date: 2009-12-29 16:13:35 +0000 (Tue, 29 Dec 2009)
New Revision: 339
Modified:
trunk/debian/rules
Log:
Updates file locations in rules.
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2009-12-29 16:06:50 UTC (rev 338)
+++ trunk/debian/rules 2009-12-29 16:13:35 UTC (rev 339)
@@ -7,7 +7,7 @@
DEB_CONFIGURE_EXTRA_FLAGS := --with-glib2 --without-ext2undel --without-samba --with-screen=slang
AWK := awk
-#use building with n parallel processes with DEB_BUILD_OPTIONS=parallel=n
+# Use building with n parallel processes with DEB_BUILD_OPTIONS=parallel=n
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
MAKEFLAGS += -j$(NUMJOBS)
@@ -28,6 +28,6 @@
binary-post-install/mc::
chmod 644 ./debian/mc/usr/share/mc/bin/mc*
- chmod 751 ./debian/mc/usr/share/mc/edit.spell.rc
- chmod 751 ./debian/mc/usr/share/mc/edit.indent.rc
+ chmod 755 ./debian/mc/etc/mc/edit.spell.rc
+ chmod 755 ./debian/mc/etc/mc/edit.indent.rc
rmdir ./debian/mc/usr/share/man/sr/man8
More information about the Pkg-mc-commits
mailing list