You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
754 B
14 lines
754 B
Index: atool |
|
--- atool.orig 2009-02-26 18:23:12 +0100 |
|
+++ atool 2009-05-16 15:16:30 +0200 |
|
@@ -105,8 +105,8 @@ |
|
$::cfg_path_nomarch = 'nomarch'; # nomarch program |
|
$::cfg_path_pager = 'pager'; # pager program |
|
$::cfg_path_rar = 'rar'; # rar program |
|
-$::cfg_path_rpm = 'rpm'; # rpm program |
|
-$::cfg_path_rpm2cpio = 'rpm2cpio'; # rpm2cpio program |
|
+$::cfg_path_rpm = 'openpkg rpm'; # rpm program |
|
+$::cfg_path_rpm2cpio = 'openpkg rpm2cpio'; # rpm2cpio program |
|
$::cfg_path_rzip = 'rzip'; # rzip program |
|
$::cfg_path_lrzip = 'lrzip'; # lrzip program |
|
$::cfg_path_dpkg_deb = 'dpkg-deb'; # dpkg-deb program
|
|
|