X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=lang%2Fpython%2FMakefile;h=e05c97c2dfec6790607de83f89e5f9fa05c96f57;hp=4088c27e18f42cd6348a73302fe30282ab1b042c;hb=1f78f629f362b27fd3603552f716b07e66383ebf;hpb=05bcf37863f2edf40443b29abe527963efa4e5c9 diff --git a/lang/python/Makefile b/lang/python/Makefile index 4088c27e18..e05c97c2df 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -93,10 +93,10 @@ define Build/UninstallDev endef define Package/python/install - install -d -m0755 $(1)/usr/bin + $(INSTALL_DIR) $(1)/usr/bin $(CP) $(PKG_INSTALL_DIR)/usr/bin/python2.4 $(1)/usr/bin/ ln -sf python2.4 $(1)/usr/bin/python - install -d -m0755 $(1)/usr/lib + $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/python2.4 $(1)/usr/lib/ rm -rf \ $(1)/usr/lib/python2.4/bsddb/test \