diff options
author | Francois Pons <fpons@mandriva.com> | 2000-08-24 15:57:23 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-08-24 15:57:23 +0000 |
commit | 328ce33d9b48588abd507591d403ffcdf9612a93 (patch) | |
tree | 376572183d1ad3ac56718f5a21b08d721c7486f4 /tools/gencompss | |
parent | ae6724e80a75c2e253daa9ded045c756f399e860 (diff) | |
download | drakx-backup-do-not-use-328ce33d9b48588abd507591d403ffcdf9612a93.tar drakx-backup-do-not-use-328ce33d9b48588abd507591d403ffcdf9612a93.tar.gz drakx-backup-do-not-use-328ce33d9b48588abd507591d403ffcdf9612a93.tar.bz2 drakx-backup-do-not-use-328ce33d9b48588abd507591d403ffcdf9612a93.tar.xz drakx-backup-do-not-use-328ce33d9b48588abd507591d403ffcdf9612a93.zip |
*** empty log message ***
Diffstat (limited to 'tools/gencompss')
-rwxr-xr-x | tools/gencompss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gencompss b/tools/gencompss index 333d02f0c..b12328e49 100755 --- a/tools/gencompss +++ b/tools/gencompss @@ -1,6 +1,6 @@ #!/usr/bin/perl -open F, "bzip2 -dc @ARGV 2>/dev/null | hdlist2groups - |"; +open F, "packdrake -c @ARGV | hdlist2groups - |"; foreach (<F>) { chop; /(.*):(.*)/; |