diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-01-28 17:31:42 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-01-28 17:33:55 +0000 |
commit | 3a2b220bf8338ed5b6cec6b4db11a353c8f715a2 (patch) | |
tree | bd7abdf0307ded02473cf57afaf367833c0218f0 /patches | |
parent | dc4de5741ad3b5c2edfd1d21af25424197aac71c (diff) | |
download | draklive-config-3a2b220bf8338ed5b6cec6b4db11a353c8f715a2.tar draklive-config-3a2b220bf8338ed5b6cec6b4db11a353c8f715a2.tar.gz draklive-config-3a2b220bf8338ed5b6cec6b4db11a353c8f715a2.tar.bz2 draklive-config-3a2b220bf8338ed5b6cec6b4db11a353c8f715a2.tar.xz draklive-config-3a2b220bf8338ed5b6cec6b4db11a353c8f715a2.zip |
Drop obsolete patch (fix has been released in drakxtools).
Diffstat (limited to 'patches')
-rw-r--r-- | patches/do_pkgs.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/patches/do_pkgs.patch b/patches/do_pkgs.patch deleted file mode 100644 index f507a97..0000000 --- a/patches/do_pkgs.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- usr/lib/libDrakX/do_pkgs.pm.orig 2016-09-24 00:52:03.106222180 +0100 -+++ usr/lib/libDrakX/do_pkgs.pm 2016-09-24 00:52:30.872813374 +0100 -@@ -333,7 +333,7 @@ - return 1; - } - -- my @wrapper = is_mgalive() ? qw(chroot /mnt/install) : (); -+ my @wrapper = is_mgalive() && -e '/mnt/install' ? qw(chroot /mnt/install) : (); - my @options = ('--allow-medium-change', '--auto', '--no-verify-rpm', '--expect-install', @l); - my $ret; - if (check_for_xserver() && -x '/usr/bin/gurpmi') { |