summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/pmipkg.cpp
authortille <tille>2002-05-01 22:01:28 (UTC)
committer tille <tille>2002-05-01 22:01:28 (UTC)
commit82ff405e40d4aa6cad8b5583f9d7e5b89a78f261 (patch) (side-by-side diff)
treeee246a1d25ec191538963597c15e7eb88897309a /noncore/unsupported/oipkg/pmipkg.cpp
parentda12e60078563ef6e10ddcc1edeb931f765b8b6d (diff)
downloadopie-82ff405e40d4aa6cad8b5583f9d7e5b89a78f261.zip
opie-82ff405e40d4aa6cad8b5583f9d7e5b89a78f261.tar.gz
opie-82ff405e40d4aa6cad8b5583f9d7e5b89a78f261.tar.bz2
fixed: remove only from std dest
Diffstat (limited to 'noncore/unsupported/oipkg/pmipkg.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/pmipkg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/unsupported/oipkg/pmipkg.cpp b/noncore/unsupported/oipkg/pmipkg.cpp
index 1798c80..2559a51 100644
--- a/noncore/unsupported/oipkg/pmipkg.cpp
+++ b/noncore/unsupported/oipkg/pmipkg.cpp
@@ -310,7 +310,7 @@ void PmIpkg::remove()
for (Package *it=to_remove.first(); it != 0; it=to_remove.next() )
{
if ( it->link() )fileList = getList( it->name(), it->dest() );
- if ( runIpkg("remove " + it->name()) == 0)
+ if ( runIpkg("remove " + it->name(), it->dest() ) == 0)
{
runwindow->progress->setProgress( 1 + runwindow->progress->progress() );
linkOpp = removeLink;