summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@nokia.com>2011-10-20 19:27:51 +0200
committerYoann Lopes <yoann.lopes@nokia.com>2011-10-20 19:27:51 +0200
commite0023bb2150215607cc6fa63b654c753e417d6d3 (patch)
tree258fbb58436af007fe63c541a9e209b299982340
parentaa7e0fc2e7be5ef72935603f7ed8c19ce861395d (diff)
Give execution permission to libspotify.so when packaging the app.
-rwxr-xr-xqtc_packaging/debian_harmattan/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtc_packaging/debian_harmattan/rules b/qtc_packaging/debian_harmattan/rules
index 92d1b1c..0b5de12 100755
--- a/qtc_packaging/debian_harmattan/rules
+++ b/qtc_packaging/debian_harmattan/rules
@@ -50,6 +50,7 @@ install: build
# Add here commands to install the package into debian/meespot.
$(MAKE) INSTALL_ROOT="$(CURDIR)"/debian/meespot install
+ chmod +x $(CURDIR)/debian/meespot/opt/MeeSpot/lib/libspotify.so.9
# Build architecture-independent files here.