summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Mullins2016-03-03 11:56:29 -0500
committerChristopher Mullins2016-03-03 11:56:29 -0500
commit89fd445a35c4de9b4f05cbdd6af2b3e5dd9d2401 (patch)
treeb48d9d2edbb0f7bd961e867c1ebe67815e0ad284
parent5b67f486aedf5b3cf2d87a471a58590addce6c43 (diff)
downloadaur-89fd445a35c4de9b4f05cbdd6af2b3e5dd9d2401.tar.gz
Fix location of patch
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3fc4d703011..313ef9ad60cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ sha512sums=('c824970c789c2d3ab3410522a95e773dd34689dc3b144a28e555e4a4e332730be59
prepare() {
cd "${srcdir}"/"Lightscreen-${pkgver}"
- patch -Np0 -i ../../fix_optionsdialog_include.patch
+ patch -Np0 -i ../fix_optionsdialog_include.patch
}
build() {