CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed modules packagement 2.8
authorJose V Beneyto <sepen@crux.nu>
Wed, 24 Oct 2012 13:49:10 +0000 (13:49 +0000)
committerJose V Beneyto <sepen@crux.nu>
Wed, 24 Oct 2012 13:49:35 +0000 (13:49 +0000)
Makefile

index 579e36d0eed1aaa261e60dafa3c079e107a87454..13c6b1048343feffc429dc3b1ea9a55d36d7845b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -54,8 +54,8 @@ $(WORK)/modules-$(KERNEL_VERSION): $(WORK)/linux-$(KERNEL_VERSION)
        touch $(WORK)/modules-$(KERNEL_VERSION)
 
 $(WORK)/modules-$(KERNEL_VERSION).tar.xz: $(WORK)/modules-$(KERNEL_VERSION)
-       cd $(WORK) && \
-               tar cvJf modules-$(KERNEL_VERSION).tar.xz modules-$(KERNEL_VERSION)
+       cd $(WORK)/modules-$(KERNEL_VERSION) && \
+               tar cvJf $(WORK)/modules-$(KERNEL_VERSION).tar.xz *
        touch $(WORK)/modules-$(KERNEL_VERSION).tar.xz
 
 modules: $(WORK)/modules-$(KERNEL_VERSION).tar.xz