diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2011-02-05 23:55:55 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2011-03-02 09:43:01 +0000 |
commit | 4a3420a0ee8ae9e7b99209a56cb4df02c468f43c (patch) | |
tree | ef6d68081c7aec75dac5bb1084d141b90627ce51 /testing/expect | |
parent | 363f2c25a24ab24ea264287b7005449eb583252b (diff) | |
download | aports-4a3420a0ee8ae9e7b99209a56cb4df02c468f43c.tar.bz2 aports-4a3420a0ee8ae9e7b99209a56cb4df02c468f43c.tar.xz |
testing/expect: new aport
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 ab37b50cf0..5ece406663 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 |