ac31bf40e7
This commit fixes the run-libmicro command which was broken for all platforms. It was pointing at the destdir version instead of the installed version. It also provides a DragonFly-specific makefile which enables it to build and run on DragonFly.
4 lines
54 B
Bash
Executable file
4 lines
54 B
Bash
Executable file
#! /bin/sh
|
|
|
|
cd @@PREFIX@@/libexec/@@PKGBASE@@
|
|
./bench
|