From 35364b69ce7b24f8419d9c5ed3bc733ce3b6e4dd Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Sat, 10 Dec 2022 22:24:29 +0000 Subject: main/*: modernize - mostly removing unnecesary 'cd $builddir' to satisfy AL13 linting rule - some small fixups like renaming `$_builddir` to `$builddir` --- main/iucode-tool/APKBUILD | 3 --- 1 file changed, 3 deletions(-) (limited to 'main/iucode-tool') diff --git a/main/iucode-tool/APKBUILD b/main/iucode-tool/APKBUILD index d4b45c1056c..51137f09218 100644 --- a/main/iucode-tool/APKBUILD +++ b/main/iucode-tool/APKBUILD @@ -12,7 +12,6 @@ source="https://gitlab.com/iucode-tool/iucode-tool/-/archive/v$pkgver/iucode-too builddir="$srcdir/iucode-tool-v$pkgver" build() { - cd "$builddir" ./autogen.sh ./configure \ --build=$CBUILD \ @@ -25,12 +24,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make install DESTDIR="$pkgdir" } -- cgit v1.2.3