[Pkg-lustre-svn-commit] r295 - /trunk/debian/rules
goswin-guest at users.alioth.debian.org
goswin-guest at users.alioth.debian.org
Fri Sep 7 13:43:41 UTC 2007
Author: goswin-guest
Date: Fri Sep 7 13:43:41 2007
New Revision: 295
URL: http://svn.debian.org/wsvn/pkg-lustre/?sc=1&rev=295
Log:
Remove kludge to rename modules/2.6.x to modules/2.6.x.y, lustre does
it right in the first place now.
Modified:
trunk/debian/rules
Modified: trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/rules?rev=295&op=diff
==============================================================================
--- trunk/debian/rules (original)
+++ trunk/debian/rules Fri Sep 7 13:43:41 2007
@@ -269,10 +269,6 @@
dh_clean -k
$(MAKE)
$(MAKE) install DESTDIR=$(CURDIR)/debian/$(PKGNAME)
- # Kludge to make modules end up in the right place, UTSNAME only
- # contains kernel version in 2.6.18 so lustre module install puts them
- # in the wrong place currently.
- -mv -f $(CURDIR)/debian/$(PKGNAME)/lib/modules/2.6.* $(CURDIR)/debian/$(PKGNAME)/lib/modules/$(KVERS)
# Remove stuff that doesn't belong (no module-only target)
# FIXME: check if this is needed
cd $(CURDIR)/debian/$(PKGNAME) && rm -rf usr sbin etc
More information about the Pkg-lustre-svn-commit
mailing list