]> Cypherpunks repositories - bass.git/commitdiff
Fix invalid path
authorSergey Matveev <stargrave@stargrave.org>
Thu, 11 Jul 2024 11:35:14 +0000 (14:35 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 11 Jul 2024 11:35:14 +0000 (14:35 +0300)
build/lib/prepare-postinst-010-deref

index faef3ff82ded069a86f0e5b3f3d8a6d348d34061993a3251a19ab597ed13ed93..b41da22361af88d9cf0a08c3f70c39b04ac43502d2aac7a45b9bb0ca0452bace 100755 (executable)
@@ -13,6 +13,6 @@ cat >$postinst/010-deref <<EOF
 cd local
 EOF
 for name in $@ ; do
-    echo "\$BASS_ROOT/bin/cp-deref $name" >>$postinst/010-deref
+    echo "\$BASS_ROOT/build/bin/cp-deref $name" >>$postinst/010-deref
 done
 chmod +x $postinst/010-deref