[kernel] r18460 - dists/trunk/linux-2.6/debian
Ben Hutchings
benh at alioth.debian.org
Sun Jan 8 01:52:14 UTC 2012
Author: benh
Date: Sun Jan 8 01:52:10 2012
New Revision: 18460
Log:
Use 'chmod a+x' to make no-depmod script executable
We shouldn't override whatever read/write permissions it has.
Modified:
dists/trunk/linux-2.6/debian/rules.real
Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real Sun Jan 8 01:41:34 2012 (r18459)
+++ dists/trunk/linux-2.6/debian/rules.real Sun Jan 8 01:52:10 2012 (r18460)
@@ -335,7 +335,7 @@
install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_image \
DIR='$(DIR)' PACKAGE_DIR='$(PACKAGE_DIR)' INSTALL_DIR='$(INSTALL_DIR)' REAL_VERSION='$(REAL_VERSION)'
ifeq ($(MODULES),True)
- chmod 755 $(CURDIR)/debian/bin/no-depmod
+ chmod a+x $(CURDIR)/debian/bin/no-depmod
+$(MAKE_CLEAN) -C $(DIR) modules_install DEPMOD='$(CURDIR)/debian/bin/no-depmod' INSTALL_MOD_PATH='$(CURDIR)'/$(PACKAGE_DIR) INSTALL_MOD_STRIP=1
ifeq ($(DEBUG),True)
find $(PACKAGE_DIR) -name '*.ko' | sed 's|$(PACKAGE_DIR)/lib/modules/$(REAL_VERSION)/kernel/||' | while read module ; do \
More information about the Kernel-svn-changes
mailing list