diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-07 21:13:04 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-07 21:13:04 +0000 |
commit | 5b7db395d89e68024ef35229cf9ae7dfd633c566 (patch) | |
tree | 2432a2b3926561384278d2e1ddb5aa044a86d594 /user/xf86-input-mouse/APKBUILD | |
parent | b11dd705935ee67df9ea1049c6951c123006a25d (diff) | |
download | packages-5b7db395d89e68024ef35229cf9ae7dfd633c566.tar.gz packages-5b7db395d89e68024ef35229cf9ae7dfd633c566.tar.bz2 packages-5b7db395d89e68024ef35229cf9ae7dfd633c566.tar.xz packages-5b7db395d89e68024ef35229cf9ae7dfd633c566.zip |
user/*: Modernise / fix syntax / deps
Also move freedreno to the ARM-only depends.
Diffstat (limited to 'user/xf86-input-mouse/APKBUILD')
-rw-r--r-- | user/xf86-input-mouse/APKBUILD | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/user/xf86-input-mouse/APKBUILD b/user/xf86-input-mouse/APKBUILD index eaefa3bb0..8082ce5f2 100644 --- a/user/xf86-input-mouse/APKBUILD +++ b/user/xf86-input-mouse/APKBUILD @@ -13,7 +13,6 @@ subpackages="$pkgname-doc" source="https://www.x.org/releases/individual/driver/xf86-input-mouse-$pkgver.tar.bz2" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -25,12 +24,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } |