summaryrefslogtreecommitdiff
path: root/data/fortune/make.sh
blob: 6c01d6f172c895309e61d6e987571fb69387a12b (plain)
1
2
3
4
5
pkg:setup
make util-bin CC="gcc"  # Build host tools first.
pkg:make FORTDIR="${PKG_TAPF}/bin" COOKIEDIR="${PKG_TAPF}/share/fortune" BINDIR="${PKG_TAPF}/bin"
pushd util; make clean; popd
pkg:install FORTDIR="${PKG_TAPF}/bin" COOKIEDIR="${PKG_TAPF}/share/fortune" BINDIR="${PKG_TAPF}/bin"