stacks: fix path

This commit is contained in:
Kuoi 2025-02-20 13:40:01 +11:00 committed by GitHub
parent 8ef8767807
commit fb50bb2c29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,5 +22,11 @@ build() {
package() {
cd "${pkgname}-${pkgver}"
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
}