simple/setperm/GNUmakevars.sh

6 lines
82 B
Bash
Raw Permalink Normal View History

2011-10-12 11:21:54 +02:00
#!/bin/sh
prefix=${prefix:-/usr/local}
echo "BINDIR=$prefix/bin"
echo
echo "all:"