X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ddf8041370ffce47c573bf84feee28e2aac122ea..342268706386af8d356309a47f0fad407c57fc08:/scripts/ipkg diff --git a/scripts/ipkg b/scripts/ipkg index 6cd1cb440..7ceaeff69 100755 --- a/scripts/ipkg +++ b/scripts/ipkg @@ -787,7 +787,7 @@ ipkg_install_file_dest() { echo "Package: $pkg Status: install ok pending" | ipkg_status_update_sd $sd $pkg mkdir -p $IPKG_PENDING_DIR - cp $filename $IPKG_PENDING_DIR + cp -f $filename $IPKG_PENDING_DIR rm -r $IPKG_TMP/$pkg/control rm -r $IPKG_TMP/$pkg/data rmdir $IPKG_TMP/$pkg