Install should now work everywhere. - conn - A script repository to manage connections in Linux.
Log
Files
Refs
LICENSE
---
commit 5c0f7bebd0c6e2b095860b4ba24d13e6957fdae8
parent 4172f2b8a35e37e8242b7b6e2eb6a6fc02a48dff
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sat, 26 Feb 2011 17:56:12 +0100

Install should now work everywhere.

Diffstat:
  Makefile                            |       1 +

1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/Makefile b/Makefile
@@ -23,6 +23,7 @@ install:
         @cp bin/conn ${DESTDIR}${PREFIX}/bin
         @chmod 755 ${DESTDIR}${PREFIX}/bin/conn
         @echo installing etc files into ${DESTDIR}/etc/conn
+        @mkdir -p ${DESTDIR}/etc/conn
         @cp -R etc/conn ${DESTDIR}/etc/conn
 
 uninstall: