upload tizen1.0 source
[adaptation/system-plugin-slp.git] / debian / rules
index 05beb4b..5ea81dc 100755 (executable)
@@ -37,18 +37,19 @@ clean:
                rm -f $${f%.in}; \
        done
 
-       dh_clean 
+       dh_clean
 
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k 
+       dh_clean -k
        dh_installdirs
 
        mkdir -p $(CURDIR)/debian/tmp$(PREFIX)
        mkdir -p debian/tmp/usr/share/system-plugin-slp
        cp -a $(CURDIR)/etc debian/tmp/usr/share/system-plugin-slp
        cp -a $(CURDIR)/usr debian/tmp
+       cp -a $(CURDIR)/bin debian/tmp
        cp -a $(CURDIR)/lib debian/tmp
 
 # Build architecture-independent files here.