source: pkg/kev/non-free/rt2860-source/trunk/debian/patches/04_clean-install.patch @ 5498

Revision 5498, 689 bytes checked in by alanbach-guest, 4 years ago (diff)

[svn-inject] Applying Debian modifications to trunk

  • os/linux/Makefile.6

    # Do not install anything in build system's /etc directory, please
    # also, no point of running depmod as the module is not yet in /lib
    a b clean: 
    7272        rm -f ../../sta/.*.{cmd,flags,d} 
    7373 
    7474install: 
    75         rm -rf $(DAT_PATH) 
    76         $(shell [ ! -f /etc/Wireless ] && mkdir /etc/Wireless) 
    77         mkdir $(DAT_PATH) 
    78         cp $(RT28xx_DIR)/$(DAT_FILE_NAME) $(DAT_PATH)/. 
    7975        install -d $(LINUX_SRC_MODULE) 
    8076        install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(LINUX_SRC_MODULE) 
    81         /sbin/depmod -a ${shell uname -r} 
    8277 
    8378uninstall: 
    84 #       rm -rf $(DAT_PATH) 
    8579        rm -rf $(addprefix $(LINUX_SRC_MODULE),$(addsuffix .ko,$(MOD_NAME))) 
    86         /sbin/depmod -a ${shell uname -r} 
Note: See TracBrowser for help on using the repository browser.