diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-02-26 22:32:31 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-26 23:33:40 -0300 |
| commit | ca1ad8390ab20ee9ec8b010f7aa3ef77873eedfd (patch) | |
| tree | 19ecaa70243cb938252554a3843d13d28ed40248 /community/libdvdread | |
| parent | 4264a7e15689625925e9f6d5a58e63505feb37b3 (diff) | |
| download | aports-ca1ad8390ab20ee9ec8b010f7aa3ef77873eedfd.tar.bz2 aports-ca1ad8390ab20ee9ec8b010f7aa3ef77873eedfd.tar.xz | |
community/libdvdread: modernize
Diffstat (limited to 'community/libdvdread')
| -rw-r--r-- | community/libdvdread/APKBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/community/libdvdread/APKBUILD b/community/libdvdread/APKBUILD index 110041870f..5f5677976c 100644 --- a/community/libdvdread/APKBUILD +++ b/community/libdvdread/APKBUILD @@ -13,7 +13,6 @@ source="https://download.videolan.org/pub/videolan/libdvdread/$pkgver/libdvdread options="!check" # No testsuite build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -25,7 +24,6 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } |
