diff options
Diffstat (limited to 'community/makedev/PKGBUILD')
-rw-r--r-- | community/makedev/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/makedev/PKGBUILD b/community/makedev/PKGBUILD index bb21237d9..d6cf65b99 100644 --- a/community/makedev/PKGBUILD +++ b/community/makedev/PKGBUILD @@ -5,9 +5,9 @@ pkgname=makedev pkgver=3.23_1 -pkgrel=1 +pkgrel=1.1 pkgdesc='The ubiquitous script to create static device nodes' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url='http://people.redhat.com/nalin/MAKEDEV/' source=("http://people.redhat.com/nalin/MAKEDEV/MAKEDEV-${pkgver//_/-}.tar.gz") @@ -15,6 +15,7 @@ md5sums=('554faf6cbc9a84e4bd58ccfa32d74e2f') build() { cd ${pkgname^^*}-${pkgver/_*} + sed -ri 's/^OPTFLAGS.*/& '"$CFLAGS"'/' Makefile make } |