mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
stacks: fix path
This commit is contained in:
parent
8ef8767807
commit
fb50bb2c29
1 changed files with 6 additions and 0 deletions
|
@ -22,5 +22,11 @@ build() {
|
||||||
package() {
|
package() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
for pl_bin in ref_map.pl denovo_map.pl
|
||||||
|
do
|
||||||
|
sed -i "s@/build/stacks/pkg/stacks/usr/bin/@/usr/bin/" $pkgdir/usr/bin/$pl_bin
|
||||||
|
done
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue