Start installing Tizen.Device.js 97/1697/1
authorRusty Lynch <rusty.lynch@intel.com>
Wed, 12 Sep 2012 17:57:25 +0000 (10:57 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Wed, 12 Sep 2012 17:57:25 +0000 (10:57 -0700)
Makefile

index be06f54..dbbde5e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,8 @@ sockdrawer: main.c
 install: sockdrawer
        mkdir -p ${DESTDIR}/usr/bin/
        cp sockdrawer ${DESTDIR}/usr/bin/
+       mkdir -p ${DESTDIR}/usr/share/sockdrawer
+       cp Tizen.Device.js ${DESTDIR}/usr/share/sockdrawer
 
 clean:
        rm -fR *.o *~ sockdrawer