updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / exaile-old / exaile-launcher.patch
blob008c521f7f94961e21d63e0c9adce92ed2b9f7c7
1 diff -Naur exaile_0.2.14-orig/Makefile exaile_0.2.14-new/Makefile
2 --- exaile_0.2.14-orig/Makefile 2008-10-07 03:30:59.000000000 +1100
3 +++ exaile_0.2.14-new/Makefile 2010-11-03 11:28:18.973369965 +1100
4 @@ -68,6 +68,8 @@
5 cd $(DESTDIR)$(PREFIX)/bin && \
6 /bin/echo -e \
7 "#!/bin/sh\n" \
8 + "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/xulrunner-1.9.2\n" \
9 + "export MOZILLA_FIVE_HOME=/usr/lib/xulrunner-1.9.2\n" \
10 "cd $(PREFIX)/share/exaile\n" \
11 "exec python $(PREFIX)$(LIBDIR)/exaile/exaile.py \"\$$@\"" \
12 > exaile && \