components/p7zip/Makefile
changeset 1930 062897f667fa
parent 1701 279ed2832e3f
child 2075 17fc4867be16
equal deleted inserted replaced
1929:6b2e121197e3 1930:062897f667fa
    67 
    67 
    68 install:	build $(INSTALL_32) $(EXTRATARGETS)
    68 install:	build $(INSTALL_32) $(EXTRATARGETS)
    69 
    69 
    70 # When p7zip's install target is run, it creates all its directories mode 555,
    70 # When p7zip's install target is run, it creates all its directories mode 555,
    71 # so they're impossible to remove without adding the write bit first.
    71 # so they're impossible to remove without adding the write bit first.
    72 COMPONENT_POST_INSTALL_ACTION += $(CHMOD) -R u+w $(PROTO_DIR)
    72 COMPONENT_POST_INSTALL_ACTION += $(CHMOD) -R u+w $(PROTO_DIR);
       
    73 # 7zr.1 is in DOS format for some reason, and geqn can't handle it.
       
    74 COMPONENT_POST_INSTALL_ACTION += $(GSED) -i -e 's/\r//' $(PROTO_DIR)/usr/man/man1/7zr.1
    73 
    75 
    74 # build does this always
    76 # build does this always
    75 test:	$(BUILD_32)
    77 test:	$(BUILD_32)
    76 	cd $(BUILD_DIR_32) && $(MAKE) -e test P7ZIP_HOME_DIR=$(BUILD_DIR_32)/bin
    78 	cd $(BUILD_DIR_32) && $(MAKE) -e test P7ZIP_HOME_DIR=$(BUILD_DIR_32)/bin
    77 	cd $(BUILD_DIR_32) && $(MAKE) -e test_7z P7ZIP_HOME_DIR=$(BUILD_DIR_32)/bin
    79 	cd $(BUILD_DIR_32) && $(MAKE) -e test_7z P7ZIP_HOME_DIR=$(BUILD_DIR_32)/bin