[gnome-nettool] Fixed installation directory of GtkBuilder UI file



commit 7b9a5bde74662a1476c368aaa3492df3e1bf5a5d
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun Jul 11 22:54:07 2010 +0200

    Fixed installation directory of GtkBuilder UI file
    
    This syncs the .ui installation directory given in data/Makefile.am and the
    directory used by the actual program to find the file at runtime. This had
    been broken by a8008f5.

 data/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 8a4ce3a..58fcd50 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,4 +1,4 @@
-uidir = $(pkgdatadir)/$(PACKAGE)/ui
+uidir = $(pkgdatadir)/ui
 ui_DATA = gnome-nettool.ui
 
 desktopdir = $(datadir)/applications



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]