bug-gv
[Top][All Lists]
Advanced

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

[bug-gv] pkglibdir


From: Orion Poplawski
Subject: [bug-gv] pkglibdir
Date: Fri, 18 Jul 2008 10:27:45 -0600
User-agent: Thunderbird 2.0.0.14 (X11/20080501)

The .ad and .dat files currently are put into /usr/lib/gv. This really should be /usr/share/gv as these files are architecture independent. The attached patch fixes this.


--
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  address@hidden
Boulder, CO 80301              http://www.cora.nwra.com
--- gv-3.6.5/src/Makefile.am.pkgdatadir 2008-06-22 04:57:35.000000000 -0600
+++ gv-3.6.5/src/Makefile.am    2008-07-18 10:22:22.000000000 -0600
@@ -6,9 +6,9 @@
 
 # File distribution
 bin_PROGRAMS = gv
-dist_pkglib_DATA = gv_system.ad gv_user.ad gv_class.ad gv_spartan.dat 
gv_user_res.dat gv_copyright.dat gv_widgetless.dat
+dist_pkgdata_DATA = gv_system.ad gv_user.ad gv_class.ad gv_spartan.dat 
gv_user_res.dat gv_copyright.dat gv_widgetless.dat
 
-appdefaultsdir = $(pkglibdir)
+appdefaultsdir = $(pkgdatadir)
 
 appdefaults_DATA = GV
 
@@ -30,7 +30,7 @@
             $(srcdir)/gv_intern_res_unix.dat
 
 # Compilation flags
-AM_CPPFLAGS = -DNON_BLOCKING_IO -DGV_CODE -DGV_CODE 
-DGV_LIBDIR=\"$(pkglibdir)\" \
+AM_CPPFLAGS = -DNON_BLOCKING_IO -DGV_CODE -DGV_CODE 
-DGV_LIBDIR=\"$(pkgdatadir)\" \
               -I$(top_srcdir)/lib -I$(top_builddir)/lib -g
 
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]