diff options
Diffstat (limited to 'testing/expect')
-rw-r--r-- | testing/expect/APKBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/expect/APKBUILD b/testing/expect/APKBUILD index ab37b50cf..5ece40666 100644 --- a/testing/expect/APKBUILD +++ b/testing/expect/APKBUILD @@ -14,7 +14,6 @@ subpackages="$pkgname-dev" source="http://downloads.sourceforge.net/project/expect/Expect/$pkgver/$pkgname$pkgver.tar.gz" _builddir="$srcdir"/$pkgname$pkgver - build() { cd "$_builddir" ./configure --prefix=/usr @@ -26,7 +25,6 @@ build() { --disable-rpath make || return 1 } - package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 |