]> git.meshlink.io Git - catta/blobdiff - avahi-utils/avahi-discover.in
* don't use autoconf to replace paths in avahi-utils. Use sed instead
[catta] / avahi-utils / avahi-discover.in
index 9734ae65617fdd42505b671aa8ea0645c55cd105..404d2287ed71967c9405fee25f75fee459779ade 100755 (executable)
@@ -1,7 +1,24 @@
-#!/usr/bin/env @PYTHON@
+#!@PYTHON@
 # -*-python-*-
 # $Id$
 
+# This file is part of avahi.
+#
+# avahi is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
+#
+# avahi is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with avahi; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+
 import os
 import gtk
 import gobject
@@ -18,7 +35,7 @@ service_type_browsers = {}
 service_browsers = {}
 
 
-glade_dir = "@prefix@/share/@PACKAGE@/interfaces"
+glade_dir = "@interfacesdir@"
 
 class Main_window(SimpleGladeApp):
     def __init__(self, path="avahi-discover.glade", root="main_window", domain=None, **kwargs):