X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fspca5xx%2FMakefile;h=e2aebfda2e57eed388a56741183acf398b9f4339;hb=a4a6443af12b7758b12020f561fa7fe2e0a3e87f;hp=643e5863f44d1a805c4d37bfc32317ff64e801c4;hpb=45931610d1371befd1481f07d1e3f1a8d4f16029;p=openwrt.git diff --git a/package/spca5xx/Makefile b/package/spca5xx/Makefile index 643e5863f4..e2aebfda2e 100644 --- a/package/spca5xx/Makefile +++ b/package/spca5xx/Makefile @@ -44,7 +44,7 @@ define Build/Compile endef define Package/kmod-spca5xx/install - install -m0755 -d $(1)/lib/modules/$(LINUX_VERSION) + $(INSTALL_DIR) $(1)/lib/modules/$(LINUX_VERSION) $(CP) $(PKG_BUILD_DIR)/spca5xx.$(LINUX_KMOD_SUFFIX) \ $(1)/lib/modules/$(LINUX_VERSION)/ endef