forked from pool/supermin
Olaf Hering
8fc45d334d
OBS-URL: https://build.opensuse.org/package/show/Virtualization/supermin?expand=0&rev=7
26 lines
780 B
Diff
26 lines
780 B
Diff
From c884b2bafa8434f8b15ec2d26bde4005a85cf9df Mon Sep 17 00:00:00 2001
|
|
From: Olaf Hering <olaf@aepfle.de>
|
|
Date: Thu, 11 Apr 2013 20:34:23 +0200
|
|
Subject: use correct repos.d in zypp driver
|
|
|
|
A temporary dir used during debugging was added in a previous patch.
|
|
|
|
Signed-off-by: Olaf Hering <olaf@aepfle.de>
|
|
---
|
|
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 09b1695..ddc4085 100644
|
|
--- a/src/supermin_zypp_rpm.ml
|
|
+++ b/src/supermin_zypp_rpm.ml
|
|
@@ -129,7 +129,7 @@ unset LANG ${!LC_*}
|
|
zypper \
|
|
%s \
|
|
%s \
|
|
- --root %S --reposd-dir /dev/shm/supermin/zypp/repos.d \
|
|
+ --root %S --reposd-dir /etc/zypp/repos.d \
|
|
--cache-dir %S \
|
|
--gpg-auto-import-keys \
|
|
--non-interactive \
|