summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2018-11-02 16:52:32 +0800
committerpingplug2018-11-02 16:52:32 +0800
commitaff0236144f4010364becc6b333b4d6d5e213ab2 (patch)
tree084266f1e1b4329a6497537aee8aceca16807ec1
parent8f450bdb684922f54c5c0c39c0c5c30c56717143 (diff)
downloadaur-aff0236144f4010364becc6b333b4d6d5e213ab2.tar.gz
oops
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08e26bd5ec25..da95c2dc2038 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -80,8 +80,8 @@ prepare() {
patch -Np0 -i dep.patch
cd "${srcdir}/${_pkgname}/cinelerra-${_pkgver}"
- #sed -i 's/\<python\>/python2.7/' ./guicast/Makefile
- #./autogen.sh
+ sed -i 's/\<python\>/python2.7/' ./guicast/Makefile
+ ./autogen.sh
}
build() {