mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
update PKGBUILD as per commenst
i have removed unnecessary as per comments
This commit is contained in:
parent
a3df30ea7c
commit
9ba1a9b50d
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
cd "$srcdir"/diamond-$pkgver/build || exit 1
|
||||
cd "$srcdir"/diamond-$pkgver/build
|
||||
|
||||
cmake \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
|
@ -31,7 +31,7 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir"/diamond-$pkgver/build || exit 1
|
||||
cd "$srcdir"/diamond-$pkgver/build
|
||||
|
||||
# shellcheck disable=2154
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
|
Loading…
Add table
Reference in a new issue