forked from pool/supermin
Olaf Hering
a9c7ea2c60
- zypp: Trailing whitespace. - Handle --packager-config in zypp_rpm - helper: Add a note that cpio might not be able to read -f cpio files. - helper: Add megaraid drivers to the initrd. OBS-URL: https://build.opensuse.org/package/show/Virtualization/supermin?expand=0&rev=15
23 lines
731 B
Diff
23 lines
731 B
Diff
From bf784ff3fedf37a230915ad3d278d1df22a25715 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Tue, 4 Jun 2013 15:30:19 +0100
|
|
Subject: zypp: Trailing whitespace.
|
|
|
|
---
|
|
src/supermin_zypp_rpm.ml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/supermin_zypp_rpm.ml b/src/supermin_zypp_rpm.ml
|
|
index c9786ce..655ba99 100644
|
|
--- a/src/supermin_zypp_rpm.ml
|
|
+++ b/src/supermin_zypp_rpm.ml
|
|
@@ -57,7 +57,7 @@ let tmpdir = tmpdir ()
|
|
|
|
let get_repos_dir () =
|
|
let zypper_default = "/etc/zypp/repos.d" in
|
|
- let parse_repos_dir path =
|
|
+ let parse_repos_dir path =
|
|
let cfg = new inifile path in
|
|
let dir = (try cfg#getval "main" "reposdir" with _ -> zypper_default) in
|
|
dir
|