Make the installation work. - hosts-gen - A little framework to generate /etc/hosts from /etc/hosts.d.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6bb9c7733e17c917f8bcdd6e0ea3c3a6e3338af7
 (DIR) parent fe08dcdeb94a3eb772406fd57bef83b58a3d9e69
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sun, 20 Oct 2013 15:09:11 +0200
       
       Make the installation work.
       
       Diffstat:
         Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -16,7 +16,7 @@ dist:
        install: all
                @echo installing script to ${DESTDIR}${PREFIX}/bin
                @mkdir -p ${DESTDIR}${PREFIX}/bin
       -        @cp -f hosts-gen ${DESTDIR}${PREFIX}/bin
       +        @cp -f bin/hosts-gen ${DESTDIR}${PREFIX}/bin
                @chmod 755 ${DESTDIR}${PREFIX}/bin/hosts-gen
                @echo installing ${DESTDIR}${PREFIX}/etc/hosts.d
                @mkdir -p ${DESTDIR}${PREFIX}/etc/hosts.d