summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2014-08-30 01:36:54 +0200
committerCarsten Teibes2014-08-30 01:36:54 +0200
commit02b6020f28d23e5b60ea2334423862e4805f82ec (patch)
tree7b85604ef2fc952cd52420b25f067b8005f73596
parent239cab7b752f35a257a102da7eca9dd5f8646ff8 (diff)
downloadaur-02b6020f28d23e5b60ea2334423862e4805f82ec.tar.gz
[fix] Correct bootsector location
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15cf2ebd1e1a..4b12def214f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = usb-creator
pkgdesc = Create bootable USB from a LiveCD or disc image of Ubuntu
pkgver = 0.2.61
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/usb-creator
install = usb-creator.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index b3c9c1f11b7b..2bba56d7cd54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=usb-creator
pkgver=0.2.61
-pkgrel=1
+pkgrel=2
pkgdesc="Create bootable USB from a LiveCD or disc image of Ubuntu"
arch=('any')
url="https://launchpad.net/usb-creator"
@@ -24,6 +24,8 @@ prepare() {
cd $pkgname-$pkgver
patch -Np1 < ../remove-ubuntu-version-check.patch
+ # fix location of bootsector for syslinux 6.xx
+ sed 's|mbr/mbr.bin|bios/mbr.bin|' -i bin/usb-creator-helper
}
package() {