Commit bf3fe94d authored by Seblu's avatar Seblu
Browse files

up makebootfat


git-svn-id: https://seblu.net/s/archpkg@162 02741741-5192-46b8-8916-7152b19231d9
parent 247c14bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#Contributor: Michal Bozon <michal.bozon__at__gmail.com>
pkgname=makebootfat
pkgver=1.4
pkgrel=3
pkgrel=4
pkgdesc='Utility to create bootable FAT filesystems'
arch=('i686' 'x86_64')
url='http://advancemame.sourceforge.net/doc-makebootfat.html'
@@ -12,7 +12,7 @@ md5sums=('8ae9144e2bec8b8498361a25fdf76741')

build() {
  cd $pkgname-$pkgver
  ./configure --prefix=/usr
  ./configure --prefix=/usr --mandir=/usr/share/man
  make
}