summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb2467d5bc2a..4cbed8b1b19c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Sep 8 19:36:35 UTC 2017
+# Sat Sep 9 14:08:34 UTC 2017
pkgbase = mediawriter
pkgdesc = Fedora Media Writer is a tool that helps users put Fedora (and custom) images on their portable drives such as flash disks.
pkgver = 4.1.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/MartinBriza/MediaWriter
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 3303ce20ac6a..420f0115071e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=mediawriter
_pkgname=MediaWriter
_author=MartinBriza
pkgver=4.1.0
-pkgrel=4
+pkgrel=5
pkgdesc='Fedora Media Writer is a tool that helps users put Fedora (and custom) images on their portable drives such as flash disks.'
arch=('x86_64')
url="https://github.com/${_author}/${_pkgname}"
@@ -20,12 +20,12 @@ build() {
cd "${_pkgname}-${pkgver}"
INSTALL_ROOT="${pkgdir}" qmake-qt5 PREFIX=/usr .
- make
+ make ${MAKEFLAGS}
}
package() {
cd "${_pkgname}-${pkgver}"
- INSTALL_ROOT="${pkgdir}" make install
+ install_root="${pkgdir}" make ${MAKEFLAGS} install
}