--- a/Makefile 1994-11-21 04:52:00.000000000 +0100 +++ b/Makefile 2012-03-21 17:44:02.994000029 +0100 @@ -11,6 +11,10 @@ # The "clean" target ("make clean") will remove the ee and new_curse.o # object files, and the ee binary. # +# Patched for Slacky.eu by Luca De Pandis aka atomix600 (atomix600(at)hotmail(dot)it) +# + +PREFIX=/ all : localmake buildee @@ -21,8 +25,8 @@ @./create.make install : - cp ee /usr/local/bin/ee - cp ee.1 /usr/local/man/man1/ee.1 + install -Dm 755 ee ${PREFIX}/usr/bin/ee + install -Dm 644 ee.1 ${PREFIX}/usr/man/man1/ee.1 clean : rm -f ee.o new_curse.o ee