[DebianGIS-dev] r857 - packages/grass/branches/6.2.1/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Sat May 26 17:44:06 UTC 2007


Author: frankie
Date: 2007-05-26 17:44:06 +0000 (Sat, 26 May 2007)
New Revision: 857

Modified:
   packages/grass/branches/6.2.1/debian/rules
Log:
Fixing grass.conf path


Modified: packages/grass/branches/6.2.1/debian/rules
===================================================================
--- packages/grass/branches/6.2.1/debian/rules	2007-05-26 17:27:37 UTC (rev 856)
+++ packages/grass/branches/6.2.1/debian/rules	2007-05-26 17:44:06 UTC (rev 857)
@@ -144,7 +144,7 @@
 	install -m 644 grass.pc debian/grass-dev/usr/share/pkgconfig/grass.pc
 
 	# install ld.so file
-	install -m 644 grass.conf debian/grass/etc/ld.so.conf.d/grass.conf
+	install -m 644 debian/grass.conf debian/grass/etc/ld.so.conf.d/grass.conf
 
 install-indep: build-indep
 	dh_testdir -i




More information about the Pkg-grass-devel mailing list