summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormydongistiny2015-12-06 12:27:11 -0800
committermydongistiny2015-12-06 12:27:11 -0800
commit67c2d9116a1433662e0a0be5bc498deb9435fe23 (patch)
treeaff05f8071c68fd3b3a68e3a49312d2df468ae74
parent620c593c7129168439558a50c9022ec8424a8776 (diff)
downloadaur-67c2d9116a1433662e0a0be5bc498deb9435fe23.tar.gz
Fix path
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57c513dabd21..600d7ef50f54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ source=(http://downloads.sourceforge.net/sourceforge/flex/flex-2.5.39.tar.xz)
md5sums=('477679c37ff8b28248a9b05f1da29a82')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd $srcdir/$pkgname-2.5.39
./configure --prefix=/usr
make
}