author | tille <tille> | 2002-05-26 12:55:17 (UTC) |
---|---|---|
committer | tille <tille> | 2002-05-26 12:55:17 (UTC) |
commit | 5874b68d8447fa355f5034ad0e6c06bb48638f19 (patch) (unidiff) | |
tree | c3e3e28ad4b3ee0e42a78bfd9398f62090f3e160 | |
parent | 602e52f454a3d3a5cd973f3d7957d2d96f86464e (diff) | |
download | opie-5874b68d8447fa355f5034ad0e6c06bb48638f19.zip opie-5874b68d8447fa355f5034ad0e6c06bb48638f19.tar.gz opie-5874b68d8447fa355f5034ad0e6c06bb48638f19.tar.bz2 |
fixed makelinks got version in name
-rw-r--r-- | noncore/unsupported/oipkg/pmipkg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/unsupported/oipkg/pmipkg.cpp b/noncore/unsupported/oipkg/pmipkg.cpp index 0fa4c61..7b3fa1e 100644 --- a/noncore/unsupported/oipkg/pmipkg.cpp +++ b/noncore/unsupported/oipkg/pmipkg.cpp | |||
@@ -99,7 +99,7 @@ bool PmIpkg::runIpkg(const QString& args, const QString& dest ) | |||
99 | void PmIpkg::makeLinks(Package *pack) | 99 | void PmIpkg::makeLinks(Package *pack) |
100 | { | 100 | { |
101 | pvDebug( 2, "PmIpkg::makeLinks "+ pack->name()); | 101 | pvDebug( 2, "PmIpkg::makeLinks "+ pack->name()); |
102 | linkPackage( pack->name(), pack->dest() ); | 102 | linkPackage( pack->installName(), pack->dest() ); |
103 | } | 103 | } |
104 | 104 | ||
105 | QStringList* PmIpkg::getList( QString packFileName, QString d ) | 105 | QStringList* PmIpkg::getList( QString packFileName, QString d ) |