--- src/makefile Tue Sep 27 14:45:49 2005 +++ src/makefile.new Sun Oct 2 23:40:59 2005 @@ -1,9 +1,11 @@ current: @echo "[chuck build]: please use one of the following configurations:"; echo " make linux-alsa, make linux-jack, make linux-oss, make osx, or make win32" +DESTDIR=/usr/bin + install: - cp $(wildcard chuck chuck.exe) /usr/bin/ - chmod 755 /usr/bin/$(wildcard chuck chuck.exe) + cp $(wildcard chuck chuck.exe) $(DESTDIR) + chmod 755 $(DESTDIR)/$(wildcard chuck chuck.exe) osx: -make -f makefile.osx