meld r1056 - trunk
- From: stevek svn gnome org
- To: svn-commits-list gnome org
- Subject: meld r1056 - trunk
- Date: Sat, 27 Sep 2008 12:53:20 +0000 (UTC)
Author: stevek
Date: Sat Sep 27 12:53:20 2008
New Revision: 1056
URL: http://svn.gnome.org/viewvc/meld?rev=1056&view=rev
Log:
Bug 540845 â Improve 'make install' for packagers (Daniel Macks)
Modified:
trunk/GNUmakefile
Modified: trunk/GNUmakefile
==============================================================================
--- trunk/GNUmakefile (original)
+++ trunk/GNUmakefile Sat Sep 27 12:53:20 2008
@@ -57,8 +57,8 @@
$(DESTDIR)$(sharedir)/application-registry/meld.applications
install -m 644 meld.desktop \
$(DESTDIR)$(sharedir)/applications
- $(PYTHON) -c 'import compileall; compileall.compile_dir("$(DESTDIR)$(libdir_)")'
- $(PYTHON) -O -c 'import compileall; compileall.compile_dir("$(DESTDIR)$(libdir_)")'
+ $(PYTHON) -c 'import compileall; compileall.compile_dir("$(DESTDIR)$(libdir_)",10,"$(libdir_)")'
+ $(PYTHON) -O -c 'import compileall; compileall.compile_dir("$(DESTDIR)$(libdir_)",10,"$(libdir_)")'
install -m 644 \
glade2/*.glade \
$(DESTDIR)$(sharedir_)/glade2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]