mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/luminancehdr: fix patch line
This commit is contained in:
parent
9cf7da54b8
commit
8638ccafeb
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ sha256sums=('c2a4764986bf8860d448530f3c8d76143d7504cebb07b3e58e37eb0db5347722'
|
|||
build() {
|
||||
cd "${srcdir}/luminance-hdr-${pkgver}"
|
||||
|
||||
patch -p0 -i strip-sse.patch
|
||||
patch -p0 -i ../strip-sse.patch
|
||||
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue