diff options
Diffstat (limited to 'main/nasm/APKBUILD')
-rw-r--r-- | main/nasm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/nasm/APKBUILD b/main/nasm/APKBUILD index 778f36503d..082c535164 100644 --- a/main/nasm/APKBUILD +++ b/main/nasm/APKBUILD @@ -10,7 +10,7 @@ source="http://www.nasm.us/pub/nasm/releasebuilds/$pkgver/$pkgname-$pkgver.tar.b subpackages="$pkgname-doc" builddir="$srcdir"/$pkgname-$pkgver -build () { +build () { cd "$builddir" export CFLAGS= export CXXFLAGS= |