mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
augustus: fix path
This commit is contained in:
parent
295b820962
commit
1837f24a6a
1 changed files with 2 additions and 2 deletions
|
@ -26,12 +26,12 @@ build() {
|
|||
package() {
|
||||
cd $_pkgname-$pkgver
|
||||
install -d ${pkgdir}/usr/bin
|
||||
make DESTDIR="$pkgdir" PREFIX="$pkgdir"/usr INSTALLDIR=${pkgdir}/opt/augustus install
|
||||
make DESTDIR="$pkgdir" PREFIX="$pkgdir"/usr INSTALLDIR=${pkgdir}/usr/share/augustus install
|
||||
|
||||
# fix broken links
|
||||
for bin in {augustus,etraining,prepareAlign,fastBlockSearch}
|
||||
do
|
||||
ln -sf /opt/augustus/bin/${bin} "$pkgdir"/usr/bin/${bin}
|
||||
ln -sf /usr/share/augustus/bin/${bin} "$pkgdir"/usr/bin/${bin}
|
||||
done
|
||||
rm "$pkgdir"/usr/bin/{load2db,getSeq}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue