[Dctrl-tools-devel] dctrl-tools-experimental: GNUmakefile: sysconf is now sysconfdir, fix a reference

Antti-Juhani Kaijanaho ajk at debian.org
Sun Apr 8 12:21:24 UTC 2007


Sun Apr  8 15:16:14 EEST 2007  Antti-Juhani Kaijanaho <ajk at debian.org>
  * GNUmakefile: sysconf is now sysconfdir, fix a reference
  Closes: #414979 (typo in manpage: reference to global config file is wrong)
  Reported by Tomas Pospisek <tpo_deb at sourcepole.ch>
diff -rN -u old-dctrl-tools-experimental/GNUmakefile new-dctrl-tools-experimental/GNUmakefile
--- old-dctrl-tools-experimental/GNUmakefile	2007-04-08 15:21:22.000000000 +0300
+++ new-dctrl-tools-experimental/GNUmakefile	2007-04-08 15:21:22.000000000 +0300
@@ -77,7 +77,7 @@
 	$(CC) -fPIC $(CFLAGS) -c $< -o $@
 
 %.1 : %.1.cp
-	sed 's*SYSCONF*$(sysconf)*' $< > $@
+	sed 's*SYSCONF*$(sysconfdir)*' $< > $@
 
 sync-available/sync-available : sync-available/sync-available.cp
 	sed 's*VERSION*$(version)*' $< > $@





More information about the Dctrl-tools-devel mailing list