diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-03-13 13:17:29 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-03-13 13:18:24 +0200 |
| commit | 1fb89e6831a5c5ee0ff5ee43f7d94ba89f697553 (patch) | |
| tree | 28958e7d79d82420c25f77e478072ce701bac4cf /aur/tails-installer/0001-syslinux-path.patch | |
| parent | a46908799523a8cc73c130c4e364690f12d2d28f (diff) | |
Bump tails-installer to v4.4.8
Remove syslinux paths patch since it was merged upstream
Diffstat (limited to 'aur/tails-installer/0001-syslinux-path.patch')
| -rw-r--r-- | aur/tails-installer/0001-syslinux-path.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/aur/tails-installer/0001-syslinux-path.patch b/aur/tails-installer/0001-syslinux-path.patch deleted file mode 100644 index 628c507..0000000 --- a/aur/tails-installer/0001-syslinux-path.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 65a2b31fa89ff27251ae30ad3bb3a22d4ef6dff0 Mon Sep 17 00:00:00 2001 -From: Yuval Adam <yuval@y3xz.com> -Date: Mon, 15 Feb 2016 23:08:00 +0200 -Subject: [PATCH] Add additional syslinux paths - -This path exists on Arch Linux systems, and since liveusb-creator is now -packaged for Arch we should probably add it ---- - tails_installer/creator.py | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/tails_installer/creator.py b/tails_installer/creator.py -index 38ec961..4683c3c 100755 ---- a/tails_installer/creator.py -+++ b/tails_installer/creator.py -@@ -997,6 +997,7 @@ class LinuxTailsInstallerCreator(TailsInstallerCreator): - for com32mod in com32modules: - copied = False - for orig_dir in ('/usr/lib/syslinux/modules/bios', -+ '/usr/lib/syslinux/bios', - '/usr/share/syslinux', - '/usr/lib/syslinux'): - com32path = os.path.join(orig_dir, com32mod) -@@ -1227,6 +1228,7 @@ class LinuxTailsInstallerCreator(TailsInstallerCreator): - for mbr_bin in ('/usr/lib/syslinux/mbr/gptmbr.bin', - '/usr/lib/SYSLINUX/gptmbr.bin', - '/usr/lib/syslinux/gptmbr.bin', -+ '/usr/lib/syslinux/bios/gptmbr.bin', - '/usr/share/syslinux/gptmbr.bin'): - if os.path.exists(mbr_bin): - return mbr_bin --- -2.7.1 - |
