diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-21 01:25:05 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-21 01:25:05 +0000 |
commit | 3ea118af1cd765fc11767538a4724bfa88ee4d14 (patch) | |
tree | 20ca87504ef803f47ef99f09347d6d3575a022f8 /system/uucp | |
parent | e64e8125463de387720322e2fc84e2943811dfdf (diff) | |
download | packages-3ea118af1cd765fc11767538a4724bfa88ee4d14.tar.gz packages-3ea118af1cd765fc11767538a4724bfa88ee4d14.tar.bz2 packages-3ea118af1cd765fc11767538a4724bfa88ee4d14.tar.xz packages-3ea118af1cd765fc11767538a4724bfa88ee4d14.zip |
system/the rest: modernise, fix metadata
Diffstat (limited to 'system/uucp')
-rw-r--r-- | system/uucp/APKBUILD | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/uucp/APKBUILD b/system/uucp/APKBUILD index 3106cb083..d17de7902 100644 --- a/system/uucp/APKBUILD +++ b/system/uucp/APKBUILD @@ -14,7 +14,6 @@ subpackages="$pkgname-doc" source="https://ftp.gnu.org/gnu/uucp/uucp-$pkgver.tar.gz" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -26,12 +25,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } |